]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Wed, 3 Oct 2001 20:07:55 +0000 (22:07 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 3 Oct 2001 20:07:55 +0000 (22:07 +0200)
Rev: src/nettle/TODO:1.1

TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..b41d179
--- /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