pub type AssignedNative<F> = AssignedCell<F, F>;Expand description
AssignedNative
Aliased Type§
pub struct AssignedNative<F> { /* private fields */ }Trait Implementations§
Source§impl<F: CircuitField> From<&AssignedByte<F>> for AssignedNative<F>
impl<F: CircuitField> From<&AssignedByte<F>> for AssignedNative<F>
Source§fn from(value: &AssignedByte<F>) -> Self
fn from(value: &AssignedByte<F>) -> Self
Converts to this type from the input type.
Source§impl<F: CircuitField> From<AssignedBit<F>> for AssignedNative<F>
impl<F: CircuitField> From<AssignedBit<F>> for AssignedNative<F>
Source§fn from(bit: AssignedBit<F>) -> Self
fn from(bit: AssignedBit<F>) -> Self
Converts to this type from the input type.
Source§impl<F: CircuitField> From<AssignedByte<F>> for AssignedNative<F>
impl<F: CircuitField> From<AssignedByte<F>> for AssignedNative<F>
Source§fn from(value: AssignedByte<F>) -> Self
fn from(value: AssignedByte<F>) -> Self
Converts to this type from the input type.
Source§impl<F: CircuitField> InnerConstants for AssignedNative<F>
impl<F: CircuitField> InnerConstants for AssignedNative<F>
Source§impl<F: CircuitField> InnerValue for AssignedNative<F>
impl<F: CircuitField> InnerValue for AssignedNative<F>
Source§impl<F: CircuitField> Instantiable<F> for AssignedNative<F>
impl<F: CircuitField> Instantiable<F> for AssignedNative<F>
Source§fn as_public_input(element: &F) -> Vec<F>
fn as_public_input(element: &F) -> Vec<F>
This function is the off-circuit analog of
crate::instructions::PublicInputInstructions::as_public_input.