Comment update SHA3-256 to Keccak-256 (title)

This commit is contained in:
ethers 2017-05-12 22:30:14 -04:00 committed by GitHub
parent cd1d112816
commit 9e62e9b1b7

View File

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