pub enum Error {
SizeMismatchCurve,
PointNotOnSelectedCurve,
}
Available on crate feature
unstable
only.Expand description
ECC interface error
Variants§
SizeMismatchCurve
It means the purpose of the selected block does not match the configured key purpose and the calculation will not proceed.
PointNotOnSelectedCurve
It means that the point is not on the curve.