Module integer

Module integer 

Source

Structs§

Int
Int is a generic implementation of finite field arithmetic on integer finite fields with a given constant modulus, built using num_bigint_dig crate. The Scalar trait is implemented for Int, and hence serves as a basic implementation of Scalar, e.g., representing discrete-log exponents of Schnorr groups or scalar multipliers for elliptic curves.
ONE
TWO

Enums§

ByteOrder
ByteOrder denotes the endianness of the operation.
IntError