crypto/blake2b: fix 386, round 2

parent 5b2c47a5
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
package blake2b package blake2b
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) {
fGeneric(h, m, c0, c1, flag, rounds) fGeneric(h, m, c0, c1, flag, rounds)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment