summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-08-31 22:41:12 +0200
committerWerner Koch <wk@gnupg.org>2015-08-31 22:41:12 +0200
commitdd87639abd38afc91a6f27af33f0ba17402ad02d (patch)
tree1f67299f330def064f8ef3099c9db97c54022988 /NEWS
parenta785cc3db0c4e8eb8ebbf784b833a40d2c42ec3e (diff)
downloadlibgcrypt-dd87639abd38afc91a6f27af33f0ba17402ad02d.tar.gz
Add pubkey algo id for EdDSA.
* src/gcrypt.h.in (GCRY_PK_EDDSA): New. -- These ids are not actually used by Libgcrypt but other software makes use of such algorithm ids. Thus we provide them here. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d90ee6d3..22565ed6 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,7 @@ Noteworthy changes in version 1.7.0 (unreleased)
GCRY_CIPHER_MODE_OCB NEW.
GCRYCTL_SET_TAGLEN NEW.
gcry_cipher_final NEW macro.
+ GCRY_PK_EDDSA NEW constant.
Noteworthy changes in version 1.6.0 (2013-12-16)