From: Niels Möller Date: Wed, 3 Oct 2001 20:07:55 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.5_release_20020131~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a3fb62ec53744ec711321450cf3382638d9a8a6;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/TODO:1.1 --- diff --git a/TODO b/TODO new file mode 100644 index 00000000..b41d1799 --- /dev/null +++ b/TODO @@ -0,0 +1,11 @@ +Public key support, analogous to that provided by RSAREF. Suggested by +Dan Egnor. References: + + http://download.gale.org/rsaref20.tar.Z + http://www.openssl.org/docs/crypto/evp.html + http://www.openssl.org/docs/crypto/rsa.html + +More feedback modes, in order of decreasing priority: CBC-MAC, OFB, +Counter, and CFB. Suggested by Rafael 'Dido' Sevilla. References: + + http://csrc.nist.gov/encryption/modes/Recommendation/Modes01.pdf