Skip to content

Commit

Permalink
update falcon Address
Browse files Browse the repository at this point in the history
Signed-off-by: eum602 <[email protected]>
  • Loading branch information
eum602 committed Nov 2, 2023
1 parent 04cd156 commit b895eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class Address extends DelegatingBytes {
/** The constant BLS12_MAP_FP2_TO_G2. */
public static final Address BLS12_MAP_FP2_TO_G2 = Address.precompiled(0x13);
/** Constant for Precompiled Falcon verification signature. */
public static final Address FALCON512 = Address.precompiled(0x14);
public static final Address FALCON512 = Address.precompiled(0x65);
/** The constant ZERO. */
public static final Address ZERO = Address.fromHexString("0x0");

Expand Down

0 comments on commit b895eb5

Please sign in to comment.