INNER CODE UNIT · Rust

setup

arkworks-rs/crypto-primitives · crypto-primitives/src/commitment/mod.rs:20

    fn setup<R: Rng>(r: &mut R) -> Result<Self::Parameters, Error>;

    fn commit(
        parameters: &Self::Parameters,
        input: &[u8],
        r: &Self::Randomness,
    ) -> Result<Self::Output, Error>;
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…