Skip to content

Commit

Permalink
use hex literals
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed May 13, 2024
1 parent c499584 commit 0f4ed3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Stdlib/Cairo/Ec.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ module StarkCurve;
ALPHA : Field := 1;

BETA : Field :=
3141592653589793238462643383279502884197169399375105820974944592307816406665;
0x6f21413efbe40de150e596d72f7a8c5609ad26c15c915c1f4cdfcb99cee9e89;

ORDER : Field :=
3618502788666131213697322783095070105526743751716087489154079457884512865583;
0x800000000000010ffffffffffffffffb781126dcae7b2321e66a241adc64d2f;

GEN_X : Field :=
874739451078007766457464989774322083649278607533249481151382481072868806602;
0x1ef15c18599971b7beced415a40f0c7deacfd9b0d1819e03d723d8bc943cfca;

GEN_Y : Field :=
152666792071518830868575557812948353041420400780739481342941381225525861407;
0x5668060aa49730b7be4801df46ec62de53ecd11abe43a32873000c36e8dc1f;
end;

builtin ec_point
Expand Down

0 comments on commit 0f4ed3e

Please sign in to comment.