MCPcopy Create free account
hub / github.com/ddkang/zkml / new

Method new

src/commitments/poseidon_commit.rs:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35impl<F: PrimeField, const SECURE_MDS: usize> P128Pow5T3Gen<F, SECURE_MDS> {
36 pub fn new() -> Self {
37 P128Pow5T3Gen(PhantomData::default())
38 }
39}
40
41impl<F: FromUniformBytes<64> + Ord, const SECURE_MDS: usize> Spec<F, 3, 2>

Callers

nothing calls this directly

Calls 1

P128Pow5T3GenClass · 0.85

Tested by

no test coverage detected