diff options
author | Niels Möller <nisse@lysator.liu.se> | 2014-03-18 21:56:58 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2014-03-18 21:56:58 +0100 |
commit | c9342919aa060b91960ed2f89d5ca6af66a8a409 (patch) | |
tree | b070d7b5b9fd0c0f09cb29ff62fba7ddf27ba140 /misc | |
parent | 2620c890164cba8d125a8390b9637859cbc92f2e (diff) | |
download | nettle-c9342919aa060b91960ed2f89d5ca6af66a8a409.tar.gz |
Mark nettle_cipher_func/nettle_crypt_func done.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/plan.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/plan.html b/misc/plan.html index 53131e3c..b453e237 100644 --- a/misc/plan.html +++ b/misc/plan.html @@ -69,10 +69,10 @@ <p class='done'> Drop key size argument from <tt>nettle_set_key_func</tt>. </p> - <p class='should'> + <p class='done'> Use the nettle_cipher abstraction only for block ciphers (in - particular, exclude arcfour). Use a const for the ctx argument to - nettle_crypt_func. + particular, exclude arcfour). Introduce nettle_cipher_func, with + const for the ctx argument. </p> <p class='wish'> Consider making a public interface similar to nettle_aead? With |