summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_nistz256.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement coordinate blinding for EC_POINT.tb2018-11-051-2/+3
* recommit label indentation part of the backout; clearly unrelated to thetb2018-07-151-4/+4
* back out ecc constant time changesjsg2018-07-151-4/+4
* Indent labels by a space so they don't obliterate function names in diffs.tb2018-07-101-4/+4
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-5/+3
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-26/+17
* Add assembler code for the nist 256-bit GFp curve, written initially bymiod2016-11-041-0/+1200