Module errors
Source - InfinityPointError
- Returned when asserting a
MaybePoint is not infinity, or converting from a MaybePoint to a Point. - InvalidPointBytes
- Returned when parsing a point from an incorrectly formatted byte-array.
- InvalidPointString
- Returned when parsing a point from an incorrectly formatted hex string.
- InvalidScalarBytes
- Returned when parsing a scalar from an incorrectly formatted byte-array.
- InvalidScalarString
- Returned when parsing a scalar from an incorrectly formatted hex string.
- ZeroScalarError
- Returned when asserting a
MaybeScalar is not zero, or converting from a MaybeScalar to a Scalar.