Enum evercrypt::x25519::Error [−][src]
pub enum Error {
InvalidPoint,
}
Expand description
Curve 25519 errors
Variants
InvalidPoint
The computed or provided point is not on the curve.
pub enum Error {
InvalidPoint,
}
Curve 25519 errors
InvalidPoint
The computed or provided point is not on the curve.