Error Set Error [src]

The set of all possible errors std.crypto.ff functions can return.

Errors

EvenModulus InvalidModulusError
ModulusTooSmall InvalidModulusError
NonCanonical FieldElementError
NullExponent NullExponentError
Overflow OverflowError
UnexpectedRepresentation RepresentationError

Source

pub const Error = OverflowError || InvalidModulusError || NullExponentError || FieldElementError || RepresentationError