summaryrefslogtreecommitdiff
path: root/src/ec-context.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-28ecc: New API function gcry_mpi_ec_decode_point.Werner Koch1-0/+12
2014-08-08ecc: Add cofactor to domain parameters.NIIBE Yutaka1-0/+1
2013-11-05ecc: Fully implement Ed25519 compression in ECDSA mode.Werner Koch1-0/+2
2013-10-02Fix missing prototype warning in visibility.cWerner Koch1-3/+0
2013-09-30ecc: Prepare for future Ed25519 optimization.Werner Koch1-0/+2
2013-09-25ecc: Allow the name "q@eddsa" to get/set the public key.Werner Koch1-0/+2
2013-09-25ecc: Refactor low-level access functions.Werner Koch1-0/+15
2013-09-18ecc: Add Ed25519 key generation and prepare for optimizations.Werner Koch1-0/+2
2013-09-04Prepare support for non-Weierstrass EC equations.Werner Koch1-1/+3
2013-03-20Use finer grained on-the-fly helper computations for EC.Werner Koch1-1/+4
2013-03-19Extend the new EC interface and fix two bugs.Werner Koch1-0/+2
2013-03-15mpi: Add functions to manipulate an EC context.Werner Koch1-0/+57