mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-13 17:40:41 +00:00
Fixed spelling error in attribution
This commit is contained in:
parent
bb0d9c7caf
commit
79c9348599
2
rw.cpp
2
rw.cpp
@ -131,7 +131,7 @@ Integer InvertibleRWFunction::CalculateInverse(RandomNumberGenerator &rng, const
|
||||
do {
|
||||
r.Randomize(rng, Integer::One(), m_n - Integer::One());
|
||||
// Fix for CVE-2015-2141. Thanks to Evgeny Sidorov for reporting.
|
||||
// Squaring to satisfy Jacobi requirements suggested by JPM.
|
||||
// Squaring to satisfy Jacobi requirements suggested by Jean-Pierre Muench.
|
||||
r = modn.Square(r);
|
||||
rInv = modn.MultiplicativeInverse(r);
|
||||
} while (rInv.IsZero());
|
||||
|
Loading…
x
Reference in New Issue
Block a user