diff --git a/libdevcore/SHA3.h b/libdevcore/SHA3.h index 73cb92ae2..1a5610667 100644 --- a/libdevcore/SHA3.h +++ b/libdevcore/SHA3.h @@ -29,7 +29,7 @@ namespace dev { -// SHA-3 convenience routines. +// Keccak-256 convenience routines. /// Calculate Keccak-256 hash of the given input and load it into the given output. /// @returns false if o_output.size() != 32.