Skip to content

Commit

Permalink
Update ring-proof rev (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy authored Dec 4, 2024
1 parent e491b41 commit d90e180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand_chacha = { version = "0.3", default-features = false }
rayon = { version = "1.10", default-features = false, optional = true }
hmac = {version = "0.12", default-features = false, optional = true }
# Waiting for crates.io
ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", rev = "d3e37f9", default-features = false, optional = true }
ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", rev = "db13482", default-features = false, optional = true }
# Curves
ark-secp256r1 = { version = "0.4.0", default-features = false, optional = true }
ark-ed25519 = { version = "0.4.0", default-features = false, optional = true }
Expand Down
2 changes: 2 additions & 0 deletions src/utils/elligator2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ impl<P: Elligator2Config> MapToCurve<Projective<P>> for Elligator2Map<P> {

#[cfg(test)]
mod tests {
#![allow(non_local_definitions)]

use super::*;
use ark_ec::hashing::{map_to_curve_hasher::MapToCurveBasedHasher, HashToCurve};
use ark_ff::{field_hashers::DefaultFieldHasher, Fp64, MontBackend, MontFp};
Expand Down

0 comments on commit d90e180

Please sign in to comment.