diff --git a/misc/plan.html b/misc/plan.html index 53131e3c249fc9cf701b98e4d96d785c4e667dad..b453e2372fb1512dafffcf6efd5dfd579df04ee0 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