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

This commit is contained in:
Yawning Angel
2023-11-17 19:31:51 +09:00
parent e86bb3a795
commit 582bd760b7
+3
View File
@@ -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"