hash/keccak: remove unused function
This commit is contained in:
parent
74fc943f53
commit
6e533e47b7
@ -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;
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user