- Before: UnsignedBigInteger::shift_right( n ) trigger index verification error for n>31. An assumption of num_bits<UnsignedBigInteger::BITS_IN_WORD was being made - After: shift_right( n ) works correctly for n>31. NOTE: "bonus" change; not necessary for fixing BigFraction::to_double |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestAES.cpp | ||
| TestASN1.cpp | ||
| TestBigFraction.cpp | ||
| TestBigInteger.cpp | ||
| TestCurves.cpp | ||
| TestEd448.cpp | ||
| TestEd25519.cpp | ||
| TestHash.cpp | ||
| TestHKDF.cpp | ||
| TestHMAC.cpp | ||
| TestOAEP.cpp | ||
| TestPBKDF2.cpp | ||
| TestPSS.cpp | ||
| TestRSA.cpp | ||