[][src]Function leo_core::call_core_circuit

pub fn call_core_circuit<F: Field + PrimeField, CS: ConstraintSystem<F>>(
    cs: CS,
    circuit_name: String,
    arguments: Vec<Value>,
    span: Span
) -> Result<Vec<Value>, LeoCorePackageError>

Calls a core circuit by it's given name. This function should be called by the compiler when enforcing a core circuit function expression.