Class X25519
Namespace: Algorand.Unity.Crypto
Assembly: cs.temp.dll.dll
Syntax
public static class X25519
Methods
Keygen()
Declaration
public static (X25519.PublicKey publicKey, X25519.SecretKey secretKey) Keygen()
Returns
Type | Description |
---|---|
ValueTuple<X25519.PublicKey, X25519.SecretKey> |