Gofmt.
parent
0b361a2be7
commit
33dc508782
2
gen.go
2
gen.go
|
@ -48,7 +48,7 @@ func mul(a, b int) int { return a * b }
|
|||
func mod(a, b int) int { return a % b }
|
||||
|
||||
func afunc(x, y int) string {
|
||||
return fmt.Sprintf("a[%d]", y%5*5 + x%5)
|
||||
return fmt.Sprintf("a[%d]", y%5*5+x%5)
|
||||
}
|
||||
|
||||
func bfunc(x, y int) string {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package keccak
|
||||
|
||||
// roundGeneric implements one round of the keccak-f[1600] permutation.
|
||||
|
|
Loading…
Reference in New Issue