summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-22 16:08:13 +0100
committerWerner Koch <wk@gnupg.org>2011-02-22 16:08:13 +0100
commit2674140cdfdc59ce5ad0238177da1542f5df6e00 (patch)
tree44ed93b821634744d9858008db051b0796eda682 /NEWS
parent2442ca23030c8900c907166ca3f5d31d1907ead8 (diff)
downloadlibgcrypt-2674140cdfdc59ce5ad0238177da1542f5df6e00.tar.gz
Use AES-NI insns for CTR mode.
That really boosts the performance of CTR.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ffbdc840..979ad403 100644
--- a/NEWS
+++ b/NEWS
@@ -40,15 +40,18 @@ Noteworthy changes in version 1.5.x (unreleased)
* Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
SHA-256 went up by 25%. [also in 1.4.5]
- * Interface changes relative to the 1.4.2 release:
+ * Interface changes relative to the 1.4.6 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GCRY_PK_ECDH NEW.
gcry_pk_get_curve NEW.
gcry_pk_get_param NEW.
GCRYCTL_DISABLE_HWF NEW.
- GCRY_CIPHER_MODE_AESWRAP NEW. [also in 1.4.6]
- GCRY_MD_TIGER1 NEW. [also in 1.4.6]
- GCRY_MD_TIGER2 NEW. [also in 1.4.6]
+
+ * Interface changes relative to the 1.4.2 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GCRY_CIPHER_MODE_AESWRAP NEW.
+ GCRY_MD_TIGER1 NEW.
+ GCRY_MD_TIGER2 NEW.
Noteworthy changes in version 1.4.4 (2009-01-22)