mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-12 17:11:27 +01:00
Verifier's checks (#73)
* begin adding verification checks * add verifier checks * remove unnecessary dead_code
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user