Trait sp1_recursion_core::poseidon2_wide::columns::Poseidon2
source · pub trait Poseidon2<'a, T: Copy + 'a> {
// Required methods
fn control_flow(&self) -> &ControlFlow<T>;
fn syscall_params(&self) -> &SyscallParams<T>;
fn memory(&self) -> &Memory<T>;
fn opcode_workspace(&self) -> &OpcodeWorkspace<T>;
fn permutation(&self) -> Box<dyn Permutation<T> + 'a>;
}Expand description
Trait for getter methods for Poseidon2 columns.