hash/keccak: remove unused function

This commit is contained in:
Danny Robson 2016-06-29 17:55:30 +10:00
parent 74fc943f53
commit 6e533e47b7

View File

@ -187,12 +187,12 @@ A readable and compact implementation of the Keccak-f[1600] permutation.
================================================================ ================================================================
*/ */
static constexpr //static constexpr
size_t //size_t
i (size_t x, size_t y) //i (size_t x, size_t y)
{ //{
return x + 5 * y; // return x + 5 * y;
} //}
/** /**