![]() Previously, constructing a `UnsignedBigInteger::from_base()` could produce an incorrect result if the input string contained a valid Base36 digit that was out of range of the given base. The same method would also crash if the input string contained an invalid Base36 digit. An error is now returned in both these cases. Constructing a BigFraction from string is now also fallible, so that we can handle the case where we are given an input string with invalid digits. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestAES.cpp | ||
TestASN1.cpp | ||
TestBigInteger.cpp | ||
TestChaCha20.cpp | ||
TestChacha20Poly1305.cpp | ||
TestChecksum.cpp | ||
TestCurves.cpp | ||
TestEd25519.cpp | ||
TestHash.cpp | ||
TestHMAC.cpp | ||
TestPBKDF2.cpp | ||
TestPoly1305.cpp | ||
TestRSA.cpp |