pub struct HashPreimagePublicInputs {
pub start_elements: Vec<BaseElement>,
pub result_elements: Vec<BaseElement>,
}Expand description
Public inputs for the hash preimage proof
Fields§
§start_elements: Vec<BaseElement>§result_elements: Vec<BaseElement>Trait Implementations§
Source§impl Clone for HashPreimagePublicInputs
impl Clone for HashPreimagePublicInputs
Source§fn clone(&self) -> HashPreimagePublicInputs
fn clone(&self) -> HashPreimagePublicInputs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ToElements<BaseElement> for HashPreimagePublicInputs
impl ToElements<BaseElement> for HashPreimagePublicInputs
fn to_elements(&self) -> Vec<BaseElement>
Auto Trait Implementations§
impl Freeze for HashPreimagePublicInputs
impl RefUnwindSafe for HashPreimagePublicInputs
impl Send for HashPreimagePublicInputs
impl Sync for HashPreimagePublicInputs
impl Unpin for HashPreimagePublicInputs
impl UnwindSafe for HashPreimagePublicInputs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more