mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-01 21:11:11 +01:00
b9dd94b9b2
The loops relied on unsigned integer overflow, which is not immediately obvious. Replace them with less clever variants that are clearer. Also implement bn_compare using std::memcmp. |
||
---|---|---|
.. | ||
AES.cpp | ||
AES.h | ||
bn.cpp | ||
bn.h | ||
ec.cpp | ||
ec.h |