Verifier's checks (#73)

* begin adding verification checks

* add verifier checks

* remove unnecessary dead_code
This commit is contained in:
Srinath Setty
2022-05-18 15:42:02 +05:30
committed by GitHub
parent b080bac949
commit 0154358469
5 changed files with 153 additions and 30 deletions

View File

@@ -13,7 +13,6 @@ use ff::{Field, PrimeField, PrimeFieldBits};
use num_bigint::BigInt;
/// Gets as input the little indian representation of a number and spits out the number
#[allow(dead_code)]
pub fn le_bits_to_num<Scalar, CS>(
mut cs: CS,
bits: Vec<AllocatedBit>,