aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdevcore/SHA3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdevcore/SHA3.h b/libdevcore/SHA3.h
index 73cb92ae..1a561066 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.