lightning-kmp
/
fr.acinq.lightning.crypto
/
ChaCha20
common
Cha
Cha20
class
ChaCha20
(key:
ByteArray
, nonce:
ByteArray
, counter:
Int
)
Content copied to clipboard
Types
Functions
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
decrypt
Link copied to clipboard
common
fun
decrypt
(dst:
ByteArray
, src:
ByteArray
, len:
Int
)
Content copied to clipboard
encrypt
Link copied to clipboard
common
fun
encrypt
(dst:
ByteArray
, src:
ByteArray
, len:
Int
)
Content copied to clipboard