1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 01:25:08 +00:00
serenity/Userland/Libraries/LibCrypto/BigInt
Timothy Flynn 440d185666 LibCrypto: Expose UnsignedBigInteger's is_zero() in SignedBigInteger
Note we don't need to check the sign because negative zero became
disallowed in b0d6399f60.
2022-07-18 08:51:07 +01:00
..
Algorithms Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SignedBigInteger.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
SignedBigInteger.h LibCrypto: Expose UnsignedBigInteger's is_zero() in SignedBigInteger 2022-07-18 08:51:07 +01:00
UnsignedBigInteger.cpp Meta+Userland: Simplify some formatters 2022-07-12 23:11:35 +02:00
UnsignedBigInteger.h LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classes 2022-07-09 15:55:32 +00:00