ladybird/Libraries/LibCrypto/Cipher
devgianlu 1d94d678b3 LibCrypto: Implement AES-KW
Add the AES-KW (Key Wrap) implementation as of
https://www.rfc-editor.org/rfc/rfc3394#section-4.2.

Tests are taken from section 4 of RFC3394.
2024-12-17 11:00:14 +01:00
..
Mode LibCrypto: Implement AES-KW 2024-12-17 11:00:14 +01:00
AES.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
AES.h LibCrypto: Implement AES-KW 2024-12-17 11:00:14 +01:00
AESTables.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ChaCha20.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ChaCha20.h LibCrypto: Clean up #include directives 2024-11-21 14:08:33 +01:00
Cipher.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Cipher.h LibCrypto: Clean up #include directives 2024-11-21 14:08:33 +01:00