Skip to content

Commit

Permalink
fix: corrects falcon precompiled address
Browse files Browse the repository at this point in the history
  • Loading branch information
yerayrodriguez committed Jan 29, 2024
1 parent 9c76030 commit e77633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/falcon_constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const FALCON_SIG_3_CT = 3; // Fixed-size format amenable to constant-tim
// the 'CT' format also prevents information about the signature value and the signed data hash to leak through timing-based side channels (this feature is rarely needed).
const FALCON_SIG_4_INVALID = 4;

const FALCON_PRECOMPILED_ADDRESS = "0x0000000000000000000000000000000000000014";
const FALCON_PRECOMPILED_ADDRESS = "0x0000000000000000000000000000000000000065";

module.exports = {
FALCON_ERR_SUCCESS,
Expand Down

0 comments on commit e77633f

Please sign in to comment.