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
..
2018-05-20 19:59:26 +02:00
2017-06-03 18:20:41 -07:00
2018-04-12 21:28:39 +02:00