This crate contains an implementation of 256 bit ints and uints. These numbers implement Add and Sub from std, and CheckedAdd and CheckedSub from the num crate, and Serialize and Deserialize from serde.