1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Userland/Libraries/LibCrypto/BigInt
Timothy Flynn 0013227377 LibCrypto: Change UnsignedBigInteger parser to use a StringView
SignedBigInteger already accepts a StringView; let's avoid the heap
allocation in UnsignedBigInteger.
2022-01-31 17:50:54 +00:00
..
Algorithms LibCrypto+LibJS: Better bigint bitwise_or binop 2022-01-18 20:04:06 +03:30
SignedBigInteger.cpp LibCrypo: Simplify mixed-sign bitwise_or 2022-01-18 20:04:06 +03:30
SignedBigInteger.h LibCrypto: Remove some now-unused (and incorrect) methods 2022-01-18 20:04:06 +03:30
UnsignedBigInteger.cpp LibCrypto: Change UnsignedBigInteger parser to use a StringView 2022-01-31 17:50:54 +00:00
UnsignedBigInteger.h LibCrypto: Change UnsignedBigInteger parser to use a StringView 2022-01-31 17:50:54 +00:00