1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Libraries/LibCrypto
Itamar c52d3e65b9 LibCrypto: Cleanup UnsignedBigInteger a bit
- Add missing 'explicit' to the constructor
- Remove unneeded 'AK::' in AK::Vector
- Avoid copying 'words' in constructor
2020-05-02 12:24:10 +02:00
..
Authentication LibCrypto: Implement HMAC 2020-05-02 12:24:10 +02:00
BigInt LibCrypto: Cleanup UnsignedBigInteger a bit 2020-05-02 12:24:10 +02:00
Cipher LibCrypto: Implement HMAC 2020-05-02 12:24:10 +02:00
Hash LibCrypto: Add SHA512 2020-05-02 12:24:10 +02:00
Makefile LibCrypto: Add UnsignedBigInteger and implement addition 2020-05-02 12:24:10 +02:00