Crate astra_num

Crate astra_num 

Source
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 BigInt providing additional utilities such as modular exponentiation, easy conversions, and more.

Enums§

BigIntError
Represents errors specifically related to parsing BigInt-formatted values.
BigNumError
Represents errors that can occur when working with BigNum.