Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.starknet.io/llms.txt

Use this file to discover all available pages before exploring further.

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