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
|
||||
size_t
|
||||
i (size_t x, size_t y)
|
||||
{
|
||||
return x + 5 * y;
|
||||
}
|
||||
//static constexpr
|
||||
//size_t
|
||||
//i (size_t x, size_t y)
|
||||
//{
|
||||
// return x + 5 * y;
|
||||
//}
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user