From 5a3fb62ec53744ec711321450cf3382638d9a8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 3 Oct 2001 22:07:55 +0200 Subject: [PATCH] *** empty log message *** Rev: src/nettle/TODO:1.1 --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO 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 -- GitLab