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