Made return value readonly

This commit is contained in:
Thorsten Sommer 2020-01-03 21:16:06 +01:00
parent 7f4ae8a052
commit c538626d12

View File

@ -56,7 +56,7 @@ namespace Ed25519
}; };
} }
public EdPoint ScalarMul(BigInteger e) public readonly EdPoint ScalarMul(BigInteger e)
{ {
if (e.Equals(BigInteger.Zero)) if (e.Equals(BigInteger.Zero))
{ {