summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-08-29 10:21:09 +0000
committerWerner Koch <wk@gnupg.org>2006-08-29 10:21:09 +0000
commit514c81214ca86a3aa1ec2e0523e407acd7e7d0b5 (patch)
treeb3739d07029c45eb0b0e276de11f1756068db6e7 /doc
parent3731976da915a9f721614c4fdf557ed3cea33895 (diff)
downloadlibgcrypt-514c81214ca86a3aa1ec2e0523e407acd7e7d0b5.tar.gz
Added SEED cipher
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gcrypt.texi14
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 6bc92bcf..70b60426 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-29 Werner Koch <wk@g10code.com>
+
+ * gcrypt.texi (Available ciphers): Add missing ciphers.
+
2006-03-10 Brad Hards <bradh@frogmouth.net> (wk, patch 2005-04-25)
* gcrypt.texi: Document SHA-224 and typo fixes.
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index ba698d87..0f44b160 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -1183,6 +1183,20 @@ Standard DES with a 56 bit key. You need to pass 64 bit but the high
bits of each byte are ignored. Note, that this is a weak algorithm
which can be broken in reasonable time using a brute force approach.
+@item GCRY_CIPHER_SERPENT128
+@itemx GCRY_CIPHER_SERPENT192
+@itemx GCRY_CIPHER_SERPENT256
+The Serpent cipher from the AES contest.
+
+@item GCRY_CIPHER_RFC2268_40
+@itemx GCRY_CIPHER_RFC2268_128
+Ron's Cipher 2 in the 40 and 128 bit variants. Note, that we currently
+only support the 40 bit variant. The identifier for 128 is reserved for
+future use.
+
+@item GCRY_CIPHER_SEED
+A 128 bit cipher as described by RFC4269.
+
@end table
@node Cipher modules