Skip to content

Commit 4071e96

Browse files
authored
fix: increase stamp size for blake2f to fix ref tests (#782)
1 parent ab22bad commit 4071e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blake2fmodexpdata/columns.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(module blake2fmodexpdata)
22

33
(defcolumns
4-
(STAMP :i10)
4+
(STAMP :i16)
55
(ID :i32)
66
(PHASE :byte)
77
(INDEX :byte :display :dec)

0 commit comments

Comments
 (0)