Update uint64.rs

This commit is contained in:
Weikeng Chen
2020-03-26 14:04:42 -07:00
committed by Pratyush Mishra
parent a205f191f7
commit 33f7d3988f

View File

@@ -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 {