Vendors/Hacl: fix buffer size glitch in binding
This commit is contained in:
parent
ccdb761bbb
commit
376f9b36f9
2
vendors/ocaml-hacl/src/hacl.ml
vendored
2
vendors/ocaml-hacl/src/hacl.ml
vendored
@ -124,7 +124,7 @@ module Hash = struct
|
||||
|
||||
let bytes = 64
|
||||
let blockbytes = 128
|
||||
let statebytes = 169 * 4
|
||||
let statebytes = 169 * 8
|
||||
end)
|
||||
|
||||
module HMAC_SHA256 = struct
|
||||
|
Loading…
Reference in New Issue
Block a user