Cipher State
interface CipherState
Content copied to clipboard
Cipher state
Types
Functions
cipher
Link copied to clipboard
decrypt With Ad
Link copied to clipboard
abstract fun decryptWithAd(ad: ByteArray, ciphertext: ByteArray): Pair<CipherState, ByteArray>
Content copied to clipboard
encrypt With Ad
Link copied to clipboard
abstract fun encryptWithAd(ad: ByteArray, plaintext: ByteArray): Pair<CipherState, ByteArray>
Content copied to clipboard
initialize Key
Link copied to clipboard
Inheritors
ExtendedCipherState
Link copied to clipboard
UninitializedCipherState
Link copied to clipboard
InitializedCipherState
Link copied to clipboard