Matasano Crypto Challenges
Find a file
Armin Friedl 3e03aedb9e AES CBC Mode
Implement AES CBC mode. Also fix key initialization, as it turns out,
Nettle AES keys cannot be initialized for encryption and decryption at
the same time. Hence, initialize the key when encryption/decryption is
invoked instead.
2025-02-15 13:14:53 +01:00
src AES CBC Mode 2025-02-15 13:14:53 +01:00
.gitignore Convert hex to base64 2025-02-07 21:35:45 +01:00
build.zig AES CBC Mode 2025-02-15 13:14:53 +01:00
build.zig.zon Convert hex to base64 2025-02-07 21:35:45 +01:00