summaryrefslogtreecommitdiff
path: root/cipher/ecc-misc.c
Commit message (Expand)AuthorAgeFilesLines
* ecc: Fix the input length check for Montgomery curve.NIIBE Yutaka2021-05-061-1/+1
* ecc: Check the input length for the point.NIIBE Yutaka2021-04-271-1/+8
* ecc: Fix keygrip computation for compressed points.Werner Koch2021-03-241-3/+18
* ecc: Support reading EC point in compressed format for good curves.NIIBE Yutaka2020-07-141-19/+79
* ecc: Support Ed448 by _gcry_ecc_compute_public.NIIBE Yutaka2020-06-171-2/+2
* ecc: Introduce new dialect: ECC_DIALECT_SAFECURVE.NIIBE Yutaka2019-10-251-0/+1
* ecc: Return an opaque MPI by _gcry_ecc_ec2os.NIIBE Yutaka2019-10-241-7/+1
* ecc: Simplify _gcry_ecc_compute_public.NIIBE Yutaka2019-10-241-11/+5
* ecc: Fix _gcry_ecc_mont_decodepoint for data by old implementation.NIIBE Yutaka2019-10-231-29/+24
* ecc: Simply use unsigned int for cofactor, not MPI.NIIBE Yutaka2019-10-211-2/+1
* ecc: Consolidate encoding a point for Montgomery curve.NIIBE Yutaka2019-10-101-7/+32
* ecc: Add an API for X25519 function as gcry_ecc_mul_point.NIIBE Yutaka2019-06-201-1/+2
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* ecc: Fix Curve25519 for data by older implementation.NIIBE Yutaka2016-02-021-20/+18
* ecc: more fix of Curve25519.NIIBE Yutaka2016-02-021-4/+3
* ecc: Fix ECDH of Curve25519.NIIBE Yutaka2016-02-021-9/+12
* ecc: CHANGE point representation of Curve25519.NIIBE Yutaka2015-12-051-8/+40
* Add Curve25519 support.NIIBE Yutaka2015-08-061-0/+48
* ecc: Add cofactor to domain parameters.NIIBE Yutaka2014-08-081-0/+2
* ecc: Make a macro shorter.Werner Koch2014-01-131-2/+2
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-10/+10
* ecc: Merge partly duplicated code.Werner Koch2013-12-061-47/+1
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-24/+24
* ecc: Make gcry_pk_testkey work for Ed25519.Werner Koch2013-12-021-6/+13
* ecc: Require "eddsa" flag for curve Ed25519.Werner Koch2013-11-051-1/+1
* ecc: Fully implement Ed25519 compression in ECDSA mode.Werner Koch2013-11-051-58/+54
* sexp: Add function gcry_sexp_extract_param.Werner Koch2013-10-161-0/+1
* ecc: Fix recomputing of Q for Ed25519.Werner Koch2013-09-301-6/+80
* ecc: Refactor low-level access functions.Werner Koch2013-09-251-0/+21
* ecc: Add Ed25519 key generation and prepare for optimizations.Werner Koch2013-09-181-12/+43
* mpi: Improve support for non-Weierstrass support.Werner Koch2013-09-071-0/+1
* Prepare support for non-Weierstrass EC equations.Werner Koch2013-09-041-0/+19
* Refactor the ECC code into 3 files.Werner Koch2013-08-301-0/+183