diff --git a/vendors/ocaml-hacl/src/hacl.ml b/vendors/ocaml-hacl/src/hacl.ml index 7f68b027f..628367a5f 100644 --- a/vendors/ocaml-hacl/src/hacl.ml +++ b/vendors/ocaml-hacl/src/hacl.ml @@ -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