public void GenerateSecret(
X25519PublicKeyParameters publicKey,
byte[] buf,
int off
)
Public Sub GenerateSecret (
publicKey As X25519PublicKeyParameters,
buf As Byte(),
off As Integer
)
public:
void GenerateSecret(
X25519PublicKeyParameters^ publicKey,
array<unsigned char>^ buf,
int off
)
function GenerateSecret(publicKey, buf, off);