Browse Source

Update uint64.rs

master
Weikeng Chen 4 years ago
committed by Pratyush Mishra
parent
commit
33f7d3988f
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      r1cs-std/src/bits/uint64.rs

+ 0
- 7
r1cs-std/src/bits/uint64.rs

@ -338,13 +338,6 @@ impl ToBytesGadget 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 {

Loading…
Cancel
Save