Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blake2fmodexpdata/constants.lisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(module blake2fmodexpdata)

(defconst
INDEX_MAX_MODEXP 31
INDEX_MAX_MODEXP 63
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to differentiate Prague vs Osaka blakemodexp module

INDEX_MAX_MODEXP_BASE INDEX_MAX_MODEXP
INDEX_MAX_MODEXP_EXPONENT INDEX_MAX_MODEXP
INDEX_MAX_MODEXP_MODULUS INDEX_MAX_MODEXP
Expand Down
Loading