We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2c47a commit 8e391ceCopy full SHA for 8e391ce
crypto/blake2b/blake2b_ref.go
@@ -6,6 +6,6 @@
6
7
package blake2b
8
9
-func f(h *[8]uint64, m [16]uint64, c0, c1 uint64, flag uint64, rounds int) {
+func f(h *[8]uint64, m *[16]uint64, c0, c1 uint64, flag uint64, rounds uint64) {
10
fGeneric(h, m, c0, c1, flag, rounds)
11
}
0 commit comments