dolphin/Source/Core/Common/Crypto
Léo Lam b9dd94b9b2 bn: Use int instead of u32 for sizes
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.
2018-05-20 19:59:26 +02:00
..
AES.cpp IOS: Implement IOSC-like API 2017-05-02 23:49:22 +02:00
AES.h IOS: Implement IOSC-like API 2017-05-02 23:49:22 +02:00
bn.cpp bn: Use int instead of u32 for sizes 2018-05-20 19:59:26 +02:00
bn.h bn: Use int instead of u32 for sizes 2018-05-20 19:59:26 +02:00
ec.cpp msvc: disable unused symbol warning in Core/Common/Crypto/ec.cpp 2017-06-07 18:44:03 -07:00
ec.h IOS/ES: Handle personalised tickets properly 2017-03-11 21:14:26 +01:00