core::poseidon
core::poseidon::HashState
State for Poseidon hash.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
#[derive(Copy, Drop, Debug)]
pub struct HashState {
pub s0: felt252,
pub s1: felt252,
pub s2: felt252,
pub odd: bool,
}
pub s0: felt252
pub s1: felt252
pub s2: felt252
pub odd: bool
Was this page helpful?