Explorar el Código

core/crypto/shake: Add a TODO comment (NFC)

Yawning Angel hace 1 año
padre
commit
582bd760b7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      core/crypto/shake/shake.odin

+ 3 - 0
core/crypto/shake/shake.odin

@@ -9,6 +9,9 @@ package shake
 
 
     Interface for the SHAKE hashing algorithm.
     Interface for the SHAKE hashing algorithm.
     The SHA3 functionality can be found in package sha3.
     The SHA3 functionality can be found in package sha3.
+
+    TODO: This should provide an incremental squeeze interface, in addition
+    to the one-shot final call.
 */
 */
 
 
 import "core:io"
 import "core:io"