Vendors/Hacl: fix buffer size glitch in binding

This commit is contained in:
Benjamin Canou 2018-05-21 17:13:34 +02:00
parent ccdb761bbb
commit 376f9b36f9

View File

@ -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