Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit d90e180

Browse files
authored
Update ring-proof rev (#38)
1 parent e491b41 commit d90e180

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rand_chacha = { version = "0.3", default-features = false }
1818
rayon = { version = "1.10", default-features = false, optional = true }
1919
hmac = {version = "0.12", default-features = false, optional = true }
2020
# Waiting for crates.io
21-
ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", rev = "d3e37f9", default-features = false, optional = true }
21+
ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", rev = "db13482", default-features = false, optional = true }
2222
# Curves
2323
ark-secp256r1 = { version = "0.4.0", default-features = false, optional = true }
2424
ark-ed25519 = { version = "0.4.0", default-features = false, optional = true }

src/utils/elligator2.rs

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ impl<P: Elligator2Config> MapToCurve<Projective<P>> for Elligator2Map<P> {
166166

167167
#[cfg(test)]
168168
mod tests {
169+
#![allow(non_local_definitions)]
170+
169171
use super::*;
170172
use ark_ec::hashing::{map_to_curve_hasher::MapToCurveBasedHasher, HashToCurve};
171173
use ark_ff::{field_hashers::DefaultFieldHasher, Fp64, MontBackend, MontFp};

0 commit comments

Comments
 (0)