ChaCha20

class ChaCha20(key: ByteArray, nonce: ByteArray, counter: Int)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

decrypt
Link copied to clipboard
common
fun decrypt(dst: ByteArray, src: ByteArray, len: Int)
encrypt
Link copied to clipboard
common
fun encrypt(dst: ByteArray, src: ByteArray, len: Int)