Made EdPoint public

This commit is contained in:
Thorsten Sommer 2020-01-06 22:20:27 +01:00
parent 42c8afcf39
commit 77709309ad

View File

@ -5,7 +5,7 @@ using System.Text;
namespace Ed25519
{
internal struct EdPoint
public struct EdPoint
{
public BigInteger X { get; set; }