Spelling
This commit is contained in:
parent
24cd652e91
commit
69ca893759
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user