MCPcopy Create free account
hub / github.com/ddkang/zkml / poseidon_commit.rs

File poseidon_commit.rs

src/commitments/poseidon_commit.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::{collections::HashMap, marker::PhantomData, rc::Rc};
2
3use halo2_gadgets::poseidon::{
4 primitives::{generate_constants, Absorbing, ConstantLength, Domain, Mds, Spec},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected