Example #1
0
 return(SecretBoxEasy(outPtr + outputOffset, inPtr + inputOffset, inputLength - inputOffset, noncePtr, secretPtr));
Example #2
0
 CheckArguments(
     input, inputOffset, ref inputLength,
     output, outputOffset, ref outputLength);