Skip to content

Commit

Permalink
Remove plugins::arkworks::safe
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaker committed Jan 14, 2024
1 parent 7c7727e commit 1ae69a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 103 deletions.
14 changes: 7 additions & 7 deletions src/plugins/arkworks/mod.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
use crate::hash::Unit;
mod arthur;
mod iopattern;
mod merlin;
pub mod prelude;

use ark_ff::{Fp, FpConfig, PrimeField};
use ark_serialize::{CanonicalDeserialize, CanonicalSerialize};
use std::io;

pub mod prelude;

mod arthur;
mod iopattern;
mod merlin;
// mod safe;
pub use prelude::*;

/// Compute the bits needed in order to obtain a
/// (pseudo-random) uniform distribution in F.
const fn f_bytes<F: PrimeField>() -> usize {
(F::MODULUS_BIT_SIZE as usize + 128) / 8
}
Expand Down
96 changes: 0 additions & 96 deletions src/plugins/arkworks/safe.rs

This file was deleted.

0 comments on commit 1ae69a6

Please sign in to comment.