| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-10 | Resolve [-Wstringop-overflow=] | Minty-Meeo | |
| 2021-12-10 | Treewide: Adjust order of includes | Pokechu22 | |
| 2021-07-05 | licensing: fix license info for Crypto/{bn,ec} | Pierre Bourdon | |
| This code was part of Dolphin's relicensing from v2 to v2+ a while back, we just never updated these copyright headers. I double-checked that segher gave us permission to relicense this code to v2+ on 2015-05-16. | |||
| 2018-05-20 | bn: Use int instead of u32 for sizes | Léo Lam | |
| 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. | |||
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2016-01-21 | More asterisks | mathieui | |
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-07-11 | mark all local functions as static | degasus | |
| 2014-02-28 | Crypto: small cleanup | Tillmann Karras | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
