summaryrefslogtreecommitdiffstats
path: root/g10/ecdh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the previous commit.NIIBE Yutaka2019-03-141-1/+1
* g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka2019-03-131-1/+1
* Use the gpgrt log functions if possible.Werner Koch2017-11-271-9/+9
* Remove -I option to common.NIIBE Yutaka2017-03-071-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* g10: Fix ECDH, clarifying the format.NIIBE Yutaka2016-10-271-18/+20
* g10: ECDH shared point format.Arnaud Fontaine2016-10-271-8/+24
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-6/+5
* Curve25519 support.NIIBE Yutaka2015-08-061-3/+6
* gpg: Rename a debug macro.Werner Koch2015-04-061-12/+12
* gpg: Clear a possible rest of the KDF secret buffer.Werner Koch2015-01-051-1/+1
* gpg: Use only OpenPGP cipher algo ids.Werner Koch2014-01-311-3/+3
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-2/+2
* Removed memory leak in the ECDH code.Werner Koch2011-04-281-32/+53
* Sample ECC keys and message do now work.Werner Koch2011-02-021-42/+39
* Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch2011-01-311-94/+97
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-311-15/+11
* Function name cleanupsWerner Koch2011-01-261-3/+3
* Started with some code cleanups in ECDH.Werner Koch2011-01-251-122/+90
* More ECDH code cleanupsWerner Koch2011-01-251-74/+30
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-190/+261
* 'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb...Andrey Jivsov2011-01-111-48/+34
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-0/+477