diff --git a/Ed25519/EdPoint.cs b/Ed25519/EdPoint.cs index 68600e3..3192f4a 100644 --- a/Ed25519/EdPoint.cs +++ b/Ed25519/EdPoint.cs @@ -28,7 +28,7 @@ namespace Ed25519 }; if (!point.IsOnCurve()) - throw new ArgumentException("Decoding point that is not on curve"); + throw new ArgumentException("Decoding point is not on curve"); return point; }