Skip to content

Commit

Permalink
feat(backend) Add u32_backend feature to enable decaf377 u32 support
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo authored and redshiftzero committed Apr 19, 2024
1 parent c849ea1 commit 8ee5a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ default = ["serde", "std"]
alloc = ["ark-ff", "ark-serialize"]
std = ["alloc", "ark-ff/std", "blake2b_simd/std", "decaf377/arkworks", "digest/std", "hex/std", "rand_core/std", "thiserror"]
parallel = ["ark-ff/parallel", "decaf377/parallel"]
u32_backend = ["decaf377/u32_backend"]

# Create profile for running checks in CI that are mostly "release" mode,
# but also checking the `debug_assert `lines.
Expand Down

0 comments on commit 8ee5a44

Please sign in to comment.