1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/Libraries/LibCrypto/BigInt
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
..
UnsignedBigInteger.cpp LibCrypto: Add base-10 string de/serialization methods for bigint 2020-05-02 12:24:10 +02:00
UnsignedBigInteger.h LibCrypto: Cleanup UnsignedBigInteger a bit 2020-05-02 12:24:10 +02:00