This commit is contained in:
Thorsten Sommer 2020-01-03 19:59:43 +01:00
parent 24cd652e91
commit 69ca893759

View File

@ -28,7 +28,7 @@ namespace Ed25519
}; };
if (!point.IsOnCurve()) if (!point.IsOnCurve())
throw new ArgumentException("Decoding point that is not on curve"); throw new ArgumentException("Decoding point is not on curve");
return point; return point;
} }