Corelib
#[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?