State for Poseidon hash.

Signature


#[derive(Copy, Drop, Debug)]
pub struct HashState {
    pub s0: felt252,
    pub s1: felt252,
    pub s2: felt252,
    pub odd: bool,
}

Members

s0

Signature

pub s0: felt252

s1

Signature

pub s1: felt252

s2

Signature

pub s2: felt252

odd

Signature

pub odd: bool