mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-24 18:52:58 +03:00
updates following @collinc97 review
This commit is contained in:
parent
8542afe838
commit
15906bd4d2
@ -37,8 +37,6 @@ use snarkvm_fields::PrimeField;
|
||||
use snarkvm_gadgets::traits::utilities::boolean::Boolean;
|
||||
use snarkvm_r1cs::ConstraintSystem;
|
||||
|
||||
// use crate::value::{Address, ConstrainedValue, Integer};
|
||||
|
||||
impl<'a, F: PrimeField, G: GroupType<F>> ConstrainedProgram<'a, F, G> {
|
||||
pub fn allocate_main_function_input<CS: ConstraintSystem<F>>(
|
||||
&mut self,
|
||||
|
@ -222,7 +222,7 @@ header = { main | constants | record | registers | state_leaf | state | identifi
|
||||
/// Definitions
|
||||
|
||||
// Declared in definition/definition.rs
|
||||
definition = { parameter ~ "=" ~ expression ~ LINE_END }
|
||||
definition = { parameter ~ "=" ~ expression ~ LINE_END }
|
||||
|
||||
/// Table
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user