Skip to content

Commit

Permalink
fixed lowSmax
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Oct 31, 2024
1 parent 8f99911 commit 6545fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/certificate/signers/CECDSASHA2Signer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contract CECDSASHA2Signer is ICertificateSigner, Initializable {
.init(),
n: hex"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7634D81F4372DDF581A0DB248B0A77AECEC196ACCC52973"
.init(),
lowSmax: hex"7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFe3b1a6c0fa1b96efac0d06d9245853bd76760cb5666294b"
lowSmax: hex"7fffffffffffffffffffffffffffffffffffffffffffffffe3b1a6c0fa1b96efac0d06d9245853bd76760cb5666294b9"
.init(),
call: U384.initCall(),
three: U384.init(3)
Expand Down

0 comments on commit 6545fa8

Please sign in to comment.