]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Mark nettle_cipher_func/nettle_crypt_func done.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 18 Mar 2014 20:56:58 +0000 (21:56 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 18 Mar 2014 20:56:58 +0000 (21:56 +0100)
misc/plan.html

index 53131e3c249fc9cf701b98e4d96d785c4e667dad..b453e2372fb1512dafffcf6efd5dfd579df04ee0 100644 (file)
   <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