File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 - { name: "mina-hasher", path: "hasher" } # https://github.com/o1-labs/mina-rust/issues/1994
2525 - { name: "mina-poseidon", path: "poseidon" } # https://github.com/o1-labs/mina-rust/issues/1996
2626 - { name: "mina-signer", path: "signer" } # https://github.com/o1-labs/mina-rust/issues/1995
27+ - { name: "mina-curves", path: "curves" } # https://github.com/o1-labs/mina-rust/issues/1987
2728 # TODO: Add no-std feature to these crates
2829 # - { name: "wasm-types", path: "crates/wasm-types" }
2930 # - { name: "groupmap", path: "groupmap" } # https://github.com/o1-labs/mina-rust/issues/1985
3031 # - { name: "turshi", path: "turshi" } # https://github.com/o1-labs/mina-rust/issues/1986
31- # - { name: "mina-curves", path: "curves" } # https://github.com/o1-labs/mina-rust/issues/1987
3232 # - { name: "o1-utils", path: "utils" } # https://github.com/o1-labs/mina-rust/issues/1988
3333 # - { name: "internal-tracing", path: "internal-tracing" } # https://github.com/o1-labs/mina-rust/issues/1989
3434 # - { name: "poly-commitment", path: "poly-commitment" } # https://github.com/o1-labs/mina-rust/issues/1990
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ default = ["asm"]
1414# The MontConfig derive macro from ark_ff generates code with cfg(feature = "asm").
1515# This feature enables assembly optimizations in ark_ff.
1616asm = []
17+ no-std = []
1718
1819[dependencies ]
1920ark-bn254.workspace = true
Original file line number Diff line number Diff line change 1+ #![ cfg_attr( feature = "no-std" , no_std) ]
2+
13pub mod named;
24pub mod pasta;
You can’t perform that action at this time.
0 commit comments