|
@@ -105,8 +105,8 @@ impl serde::Deserialize for Sign {
|
|
#[derive(Clone, Debug, Hash)]
|
|
#[derive(Clone, Debug, Hash)]
|
|
#[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))]
|
|
#[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))]
|
|
pub struct BigInt {
|
|
pub struct BigInt {
|
|
- pub(super) sign: Sign,
|
|
|
|
- pub(super) data: BigUint,
|
|
|
|
|
|
+ sign: Sign,
|
|
|
|
+ data: BigUint,
|
|
}
|
|
}
|
|
|
|
|
|
impl PartialEq for BigInt {
|
|
impl PartialEq for BigInt {
|