mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-09 07:21:29 +01:00
Fix
This commit is contained in:
@@ -59,10 +59,10 @@ macro_rules! make_uint {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl<F: Field> $name<F> {
|
impl<F: Field> $name<F> {
|
||||||
#[doc = "Construct a constant "]
|
#[doc = "Construct a constant "]
|
||||||
#[doc = $r1cs_doc_name]
|
#[doc = $r1cs_doc_name]
|
||||||
#[doc = " from the native "]
|
#[doc = " from the native "]
|
||||||
#[doc = $native_doc_name]
|
#[doc = $native_doc_name]
|
||||||
#[doc = " type."]
|
#[doc = " type."]
|
||||||
pub fn constant(value: $native) -> Self {
|
pub fn constant(value: $native) -> Self {
|
||||||
let mut bits = [Boolean::FALSE; $size];
|
let mut bits = [Boolean::FALSE; $size];
|
||||||
|
|||||||
Reference in New Issue
Block a user