crypto-primitives no-std (#96)

This commit is contained in:
Marek Kotewicz
2020-02-20 20:35:53 +01:00
committed by GitHub
parent 02e6b32d7d
commit d4896ade47
37 changed files with 202 additions and 153 deletions

View File

@@ -4,7 +4,7 @@ use r1cs_core::{ConstraintSystem, SynthesisError};
use crate::prf::PRFGadget;
use r1cs_std::prelude::*;
use std::borrow::Borrow;
use core::borrow::Borrow;
// 2.1. Parameters
// The following table summarizes various parameters and their ranges: