Skip to content

A architecture agnostic fixed size 256bit integer implementation

License

Notifications You must be signed in to change notification settings

althea-net/num256_rs

Repository files navigation

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.