HashState

Represents the current state of a Pedersen hash computation.The state is maintained as a single felt252 value, which is updated through the HashStateTrait::finalize method.

Fully qualified path: core::pedersen::HashState

#[derive(Copy, Drop, Debug)]
pub struct HashState {
    pub state: felt252,
}

Members

state

The current hash state

Fully qualified path: core::pedersen::HashState::state

pub state: felt252