summaryrefslogtreecommitdiff
path: root/tests/t-mpi-point.c
Commit message (Expand)AuthorAgeFilesLines
* tests/t-mpi-point: add one more NIST P-256 reduction test-vectorJussi Kivilinna2021-07-021-0/+11
* tests/t-mpi-point: add reduction test-vectors for secp256k1Jussi Kivilinna2021-07-011-0/+62
* ec-nist: fix 'mod p' carry adjustment and output maskingJussi Kivilinna2021-06-301-0/+738
* mpi/ec: add fast reduction for secp256k1Jussi Kivilinna2021-06-191-0/+304
* tests/t-mpi-point: add NIST curve multiplication test vectorsJussi Kivilinna2021-06-191-1/+1997
* tests: t-mpi-point: Remove implementation dependent checks.NIIBE Yutaka2019-07-151-24/+1
* tests: do not use GCC variadic macro extension for xgcry_controlJussi Kivilinna2019-05-141-4/+4
* ecc: Improve gcry_mpi_ec_curve_pointWerner Koch2018-06-061-0/+266
* api: New function gcry_mpi_point_copy.Werner Koch2017-07-181-1/+16
* tests: Check the result of all gcry_control operations.Justus Winter2016-12-131-4/+4
* tests: Use common code for all tests.Justus Winter2016-12-131-68/+3
* tests: Rename 'show' to 'info'.Justus Winter2016-12-131-11/+11
* ecc: Positive values in computation.NIIBE Yutaka2016-04-061-2/+2
* tests: Fix testsuite after the FIPS adjustments.Vitezslav Cizek2016-03-181-2/+24
* ecc: Add cofactor to domain parameters.NIIBE Yutaka2014-08-081-7/+16
* Fix most of memory leaks in tests codeDmitry Eremin-Solenikov2014-01-271-0/+1
* ecc: Fix _gcry_mpi_ec_p_new to allow secp256k1.NIIBE Yutaka2014-01-151-13/+3
* ecc: Require "eddsa" flag for curve Ed25519.Werner Koch2013-11-051-2/+2
* ecc: Use faster b parameter for Ed25519.Werner Koch2013-09-301-1/+1
* ecc: Fix recomputing of Q for Ed25519.Werner Koch2013-09-301-2/+10
* ecc: Allow the name "q@eddsa" to get/set the public key.Werner Koch2013-09-251-12/+180
* ecc: Implement Curve Ed25519 signing and verification.Werner Koch2013-09-161-4/+142
* Fix memory leak in t-mpi-point testDmitry Eremin-Solenikov2013-07-151-0/+2
* Make gpg-error replacement defines more robust.Werner Koch2013-06-261-1/+1
* Fix multiply by zero in gcry_mpi_ec_mul.Werner Koch2013-04-161-1/+15
* Add gcry_pubkey_get_sexp.Werner Koch2013-04-111-2/+102
* Extend the new EC interface and fix two bugs.Werner Koch2013-03-191-7/+71
* mpi: Add functions to manipulate an EC context.Werner Koch2013-03-151-17/+301
* mpi: Add an API for EC math.Werner Koch2013-03-081-2/+168
* mpi: Add an API for EC point operations.Werner Koch2013-03-081-0/+165