From 9e62e9b1b774bf80e10e20da42bc3b04b50e6392 Mon Sep 17 00:00:00 2001 From: ethers Date: Fri, 12 May 2017 22:30:14 -0400 Subject: [PATCH] Comment update SHA3-256 to Keccak-256 (title) --- libdevcore/SHA3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.