Browse Source

tidy @todo -> TODO

master
Michael Hamburg 8 years ago
parent
commit
f4558c1e13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/public_include/decaf/shake.hxx

+ 1
- 1
src/public_include/decaf/shake.hxx View File

@@ -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:


Loading…
Cancel
Save