summaryrefslogtreecommitdiff
path: root/src/ec-context.h
Commit message (Expand)AuthorAgeFilesLines
* mpi/ec: add fast reduction functions for NIST curvesJussi Kivilinna2021-06-191-0/+1
* ecc: Support reading EC point in compressed format for good curves.NIIBE Yutaka2020-07-141-1/+2
* ecc: Add NAME member to struct mpi_ec_ctx_s.NIIBE Yutaka2019-10-221-0/+1
* ecc: Simply use unsigned int for cofactor, not MPI.NIIBE Yutaka2019-10-211-1/+1
* ecc: Clean up curve specific method support.NIIBE Yutaka2017-08-291-1/+0
* ecc: Add field specific computation methods.NIIBE Yutaka2017-08-291-0/+8
* ecc: New API function gcry_mpi_ec_decode_point.Werner Koch2016-01-281-0/+12
* ecc: Add cofactor to domain parameters.NIIBE Yutaka2014-08-081-0/+1
* ecc: Fully implement Ed25519 compression in ECDSA mode.Werner Koch2013-11-051-0/+2
* Fix missing prototype warning in visibility.cWerner Koch2013-10-021-3/+0
* ecc: Prepare for future Ed25519 optimization.Werner Koch2013-09-301-0/+2
* ecc: Allow the name "q@eddsa" to get/set the public key.Werner Koch2013-09-251-0/+2
* ecc: Refactor low-level access functions.Werner Koch2013-09-251-0/+15
* ecc: Add Ed25519 key generation and prepare for optimizations.Werner Koch2013-09-181-0/+2
* Prepare support for non-Weierstrass EC equations.Werner Koch2013-09-041-1/+3
* Use finer grained on-the-fly helper computations for EC.Werner Koch2013-03-201-1/+4
* Extend the new EC interface and fix two bugs.Werner Koch2013-03-191-0/+2
* mpi: Add functions to manipulate an EC context.Werner Koch2013-03-151-0/+57