| 1 | use std::{collections::HashMap, marker::PhantomData, rc::Rc}; |
| 2 | |
| 3 | use halo2_gadgets::poseidon::{ |
| 4 | primitives::{generate_constants, Absorbing, ConstantLength, Domain, Mds, Spec}, |
nothing calls this directly
no outgoing calls
no test coverage detected