public bool Verify( Ed25519Algorithm algorithm, byte[] ctx, byte[] msg, int msgOff, int msgLen, byte[] sig, int sigOff )
Public Function Verify ( algorithm As Ed25519Algorithm, ctx As Byte(), msg As Byte(), msgOff As Integer, msgLen As Integer, sig As Byte(), sigOff As Integer ) As Boolean
public: bool Verify( Ed25519Algorithm algorithm, array<unsigned char>^ ctx, array<unsigned char>^ msg, int msgOff, int msgLen, array<unsigned char>^ sig, int sigOff )
function Verify(algorithm, ctx, msg, msgOff, msgLen, sig, sigOff);
In This Article