summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Crypto/bn.cpp
AgeCommit message (Collapse)Author
2023-04-10Resolve [-Wstringop-overflow=]Minty-Meeo
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05licensing: 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-20bn: Use int instead of u32 for sizesLé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-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21More asterisksmathieui
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-07-11mark all local functions as staticdegasus
2014-02-28Crypto: small cleanupTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre