Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Aug 17, 2024
1 parent ddcc68e commit 3e59d91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/range_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ use crate::{
range_witness::RangeWitness,
traits::{Compressable, Decompressable, FixedBytesRepr, Precomputable},
transcripts::RangeProofTranscript,
utils::{
generic::nonce,
nullrng::NullRng,
},
utils::{generic::nonce, nullrng::NullRng},
};

/// Optionally extract masks when verifying the proofs
Expand Down

0 comments on commit 3e59d91

Please sign in to comment.