Trait leo_compiler::prelude::CoreCircuit [−][src]
Required methods
fn call_function<CS: ConstraintSystem<F>>(
&self,
cs: &mut CS,
function: Arc<FunctionBody>,
span: &Span,
target: Option<ConstrainedValue<F, G>>,
arguments: Vec<ConstrainedValue<F, G>>
) -> Result<ConstrainedValue<F, G>, ExpressionError>
[src]
&self,
cs: &mut CS,
function: Arc<FunctionBody>,
span: &Span,
target: Option<ConstrainedValue<F, G>>,
arguments: Vec<ConstrainedValue<F, G>>
) -> Result<ConstrainedValue<F, G>, ExpressionError>
Implementors
impl<F: Field + PrimeField, G: GroupType<F>> CoreCircuit<F, G> for Blake2s
[src]
fn call_function<CS: ConstraintSystem<F>>(
&self,
cs: &mut CS,
function: Arc<FunctionBody>,
span: &Span,
target: Option<ConstrainedValue<F, G>>,
mut arguments: Vec<ConstrainedValue<F, G>>
) -> Result<ConstrainedValue<F, G>, ExpressionError>
[src]
&self,
cs: &mut CS,
function: Arc<FunctionBody>,
span: &Span,
target: Option<ConstrainedValue<F, G>>,
mut arguments: Vec<ConstrainedValue<F, G>>
) -> Result<ConstrainedValue<F, G>, ExpressionError>