From f4558c1e13f68c41c27a62c984c760b9a107037e Mon Sep 17 00:00:00 2001 From: Michael Hamburg Date: Wed, 2 Mar 2016 11:02:56 -0800 Subject: [PATCH] tidy @todo -> TODO --- src/public_include/decaf/shake.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public_include/decaf/shake.hxx b/src/public_include/decaf/shake.hxx index e9ce45e..804f841 100644 --- a/src/public_include/decaf/shake.hxx +++ b/src/public_include/decaf/shake.hxx @@ -29,7 +29,7 @@ namespace decaf { /** * Hash function derived from Keccak - * @todo throw exceptions when hash is misused. + * FUTURE: throw ProtocolException when hash is misused by calling update() after output(). */ class KeccakHash { protected: