1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00
serenity/Libraries/LibCrypto/BigInt
Linus Groh 75b4cc13a0 LibCrypto: Fix to_base10() for zero-value BigIntegers
All the magic is happening in a "while != 0" loop, so we ended up with
an empty string for zero-value BigIntegers. Now we just check that
upfront and return early.
2020-06-07 19:29:40 +02:00
..
SignedBigInteger.cpp LibCrypto: Add a simple SignedBigInteger 2020-06-05 13:29:44 +02:00
SignedBigInteger.h LibCrypto: Add a simple SignedBigInteger 2020-06-05 13:29:44 +02:00
UnsignedBigInteger.cpp LibCrypto: Fix to_base10() for zero-value BigIntegers 2020-06-07 19:29:40 +02:00
UnsignedBigInteger.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00