SecretStream

actual object SecretStream
expect object SecretStream
actual object SecretStream
actual object SecretStream

Functions

Link copied to clipboard
Link copied to clipboard
expect fun xChaCha20Poly1305Pull(state: SecretStreamState, ciphertext: UByteArray, associatedData: UByteArray = ubyteArrayOf()): DecryptedDataAndTag
Link copied to clipboard
expect fun xChaCha20Poly1305Push(state: SecretStreamState, message: UByteArray, associatedData: UByteArray = ubyteArrayOf(), tag: UByte): UByteArray
Link copied to clipboard