Ejemplo n.º 1
0
 return(SecretBoxEasy(outPtr + outputOffset, inPtr + inputOffset, inputLength - inputOffset, noncePtr, secretPtr));
Ejemplo n.º 2
0
 CheckArguments(
     input, inputOffset, ref inputLength,
     output, outputOffset, ref outputLength);