mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
Update uint64.rs
This commit is contained in:
committed by
Pratyush Mishra
parent
a205f191f7
commit
33f7d3988f
@@ -338,13 +338,6 @@ impl<ConstraintF: Field> ToBytesGadget<ConstraintF> for UInt64 {
|
|||||||
|
|
||||||
Ok(bytes)
|
Ok(bytes)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn to_bytes_strict<CS: ConstraintSystem<ConstraintF>>(
|
|
||||||
&self,
|
|
||||||
cs: CS,
|
|
||||||
) -> Result<Vec<UInt8>, SynthesisError> {
|
|
||||||
self.to_bytes(cs)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl PartialEq for UInt64 {
|
impl PartialEq for UInt64 {
|
||||||
|
|||||||
Reference in New Issue
Block a user