Commit graph

4 commits

Author SHA1 Message Date
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
2bf53562bf AES in ECB mode 2025-02-09 12:19:07 +01:00
efbe8b98dc Remove root.zig 2025-02-08 06:31:45 +01:00
d7a7e8a4ad Convert hex to base64 2025-02-07 21:35:45 +01:00