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