<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
X25519
public static bool CalculateAgreement(
byte[]
k,
int kOff,
byte[]
u,
int uOff,
byte[]
r,
int rOff)
public static void ScalarMult(
byte[]
k,
int kOff,
byte[]
u,
int uOff,
byte[]
r,
int rOff)
public static void ScalarMultBase(
byte[]
k,
int kOff,
byte[]
r,
int rOff)