mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-12 00:41:32 +01:00
crypto-primitives no-std (#96)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user