Expand description
§Astra-Num
astra-num is a Rust library providing an easy-to-use wrapper around
num-bigint, num-integer,
and num-traits. It offers additional utilities
for handling incredibly large (astronomical) values, cryptography, and more.
Structs§
- BigNum
- A wrapper struct around
BigIntproviding additional utilities such as modular exponentiation, easy conversions, and more.
Enums§
- BigInt
Error - Represents errors specifically related to parsing
BigInt-formatted values. - BigNum
Error - Represents errors that can occur when working with
BigNum.