Using garaga libraries in your Cairo project
You can import Garaga's Cairo library by adding this dependency to your Scarb.toml
file for you project. \
Supported Elliptic Curves
Garaga support operations on different elliptic curves.
Curves are consistently identified throughout all Garaga code (Cairo/Python/Rust/Javascript) with identifiers (often referred as CurveID
enums or curve_id
parameter) :
0 : BN254
1 : BLS12-381
2 : SECP256K1
3 : SECP256R1
4 : ED25519
5 : GRUMPKIN
Last updated
Was this helpful?