1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:17:45 +00:00

LibCrypto: Add BigFraction

This new abstraction allows the user to store rational numbers with
infinite precision.
This commit is contained in:
Lucas CHOLLET 2022-01-16 12:28:51 +01:00 committed by Sam Atkins
parent 62b8ccaffc
commit 6a937312b3
3 changed files with 326 additions and 0 deletions

View file

@ -6,6 +6,7 @@ set(SOURCES
ASN1/PEM.cpp
Authentication/GHash.cpp
Authentication/Poly1305.cpp
BigFraction/BigFraction.cpp
BigInt/Algorithms/BitwiseOperations.cpp
BigInt/Algorithms/Division.cpp
BigInt/Algorithms/GCD.cpp