Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Corelib
pub trait PedersenTrait
fn new(base: felt252) -> HashState
use core::pedersen::PedersenTrait; let mut state = PedersenTrait::new(0); assert!(state.state == 0);
Was this page helpful?