Struct PoseidonHasher
pub struct PoseidonHasher
{ /* private fields */ }
Trait implementations
impl Default for PoseidonHasher
pub fn default() -> Self
pub struct PoseidonHasher
{ /* private fields */ }
impl Default for PoseidonHasherpub fn default() -> Self
impl Hasher for PoseidonHasher
Returns the hash value without consuming the hasher. Override this for more efficient implementations that avoid copying. TODO: deprecate finish() and replace it