starknet-curve

Crates.iostarknet-curve
lib.rsstarknet-curve
version0.5.1
sourcesrc
created_at2022-11-22 17:43:52.297654
updated_at2024-09-18 03:56:28.317142
descriptionStark curve
homepagehttps://starknet.rs/
repositoryhttps://github.com/xJonathanLEI/starknet-rs
max_upload_size
id721029
size8,702
Jonathan LEI (xJonathanLEI)

documentation

README

Starknet Curve Parameters

The starknet-curve crate contains a few useful parameters for the STARK curve defined as:

y^2 = x^3 + alpha * x + beta

where:

  • alpha = 0x0000000000000000000000000000000000000000000000000000000000000001
  • beta = 0x06f21413efbe40de150e596d72f7a8c5609ad26c15c915c1f4cdfcb99cee9e89
Commit count: 525

cargo fmt