summaryrefslogtreecommitdiffstats
path: root/crypto/p224.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-55/+59
* Remove work-around for compiler tree-vectorization bug in P224.wez2015-10-201-15/+0
* win vs2015: avoid some variable shadowing warnings in crypto/p224scottmg2015-02-201-15/+15
* Uses "#pragma GCC reset_options" to re-enable optimizations after ReduceLarge...varkha2014-12-231-1/+2
* Disable auto-vectorization of P224 ReduceLarge() under GCC.wez2014-12-201-0/+14
* clean up code at crypto folder.rucifer1217@gmail.com2014-07-221-2/+2
* crypto: special case ∞+a, a+∞ and a+a in p224.agl@chromium.org2012-07-271-43/+99
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-23/+24
* Avoid loading ws2_32.dll just to get htons() and friends.wez@chromium.org2012-03-061-0/+8
* crypto: P224::Contract could produce a non-minimal representation.agl@chromium.org2012-01-311-2/+35
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-281-8/+1
* Revert revert 108866 - crypto: add simple P224 implementation.agl@chromium.org2011-11-071-0/+652
* Revert 108866 - crypto: add simple P224 implementation.jkummerow@chromium.org2011-11-071-652/+0
* crypto: add simple P224 implementation.agl@chromium.org2011-11-071-0/+652