decrypt

fun decrypt(box: ByteArray, boxOffset: Int = 0, boxLength: Int = box.size, aad: ByteArray, aadOffset: Int = 0, aadLength: Int = aad.size, nonce: ByteArray, output: MutableByteArrayCursor): Boolean(source)