Matasano Crypto Challenges
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. |
||
---|---|---|
src | ||
.gitignore | ||
build.zig | ||
build.zig.zon |