1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:08:10 +00:00
serenity/Libraries/LibCrypto/BigInt
AnotherTest d8208fd37c LibCrypto: Add a simple SignedBigInteger
This patchset adds a simple SignedBigInteger that is entirely defined in
terms of UnsignedBigInteger.

It also adds a NumberTheory::Power function, which is terribly
inefficient, but since the use of exponentiation is very much
discouraged for large inputs, no particular attempts were made
to make it more performant.
2020-06-05 13:29:44 +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: Cache the "trimmed length" of UnsignedBigIntegers 2020-05-07 12:23:09 +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