art: redo all README illustrations in crude MS-Paint style
Regenerated hero, fingerprint, how-it-works, architecture, and shield as deliberately crude mouse-drawn Windows-Paint doodles on white — big blocky flood-fill colors, wobbly aliased outlines, low-res, intentionally rough.
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1023 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 888 KiB |
@@ -38,6 +38,10 @@ zip = { version = "8.2.0", default-features = false, features = ["deflate"] }
|
|||||||
time = { version = "0.3", features = ["formatting"] }
|
time = { version = "0.3", features = ["formatting"] }
|
||||||
hmac = "0.12"
|
hmac = "0.12"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
|
aes = "0.8"
|
||||||
|
cbc = "0.1"
|
||||||
|
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
|
||||||
|
sha1 = "0.10"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
urlencoding = "2"
|
urlencoding = "2"
|
||||||
rust-embed = "8"
|
rust-embed = "8"
|
||||||
|
|||||||