aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistz256.c
Commit message (Expand)AuthorAgeFilesLines
* ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-261-17/+40
* ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov2016-08-261-7/+24
* ec/ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov2016-08-211-15/+22
* NISTZ256: use EC_POINT API and check errors.Emilia Kasper2015-04-271-11/+18
* NISTZ256: don't swallow malloc errorsEmilia Kasper2015-04-271-12/+13
* NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper2015-04-271-1/+1
* Error checking and memory leak fixes in NISTZ256.Emilia Kasper2015-04-271-25/+42
* Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper2015-04-241-3/+10
* Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper2015-04-241-0/+3
* ec/ecp_nistz256.c: further harmonization with latest rules.Andy Polyakov2015-01-221-37/+63
* ec/ecp_nistz256.c: harmonize with latest indent script.Andy Polyakov2015-01-221-60/+59
* crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov2014-09-221-35/+37
* Fix warning.Dr. Stephen Henson2014-09-221-2/+3
* Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov2014-09-221-0/+1458