Skip to content

Commit

Permalink
Merge pull request #83 from 'murisi/alternative-num-traits'
Browse files Browse the repository at this point in the history
  • Loading branch information
murisi committed May 21, 2024
2 parents b5e87a0 + c62d4fe commit 3aacc70
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 99 deletions.
22 changes: 15 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion masp_primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sha2 = "0.10"
memuse = "0.2.1"

# - Checked arithmetic
num-traits = "0.2.14"
num-traits = { version = "0.2.19", git = "https://github.com/heliaxdev/num-traits", rev = "3f3657caa34b8e116fdf3f8a3519c4ac29f012fe" }

# - Secret management
subtle = "2.2.3"
Expand Down
1 change: 1 addition & 0 deletions masp_primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub use bls12_381;
pub use ff;
pub use group;
pub use jubjub;
pub use num_traits;

#[cfg(test)]
mod test_vectors;
Loading

0 comments on commit 3aacc70

Please sign in to comment.