mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:07:44 +00:00
LibCrypto: Add BigFraction
This new abstraction allows the user to store rational numbers with infinite precision.
This commit is contained in:
parent
62b8ccaffc
commit
6a937312b3
3 changed files with 326 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue