Sha256ByteFlow

data class Sha256ByteFlow(content: ByteFlow, val hash: StateFlow<String?>) : Flow<Byte>

Constructors

Link copied to clipboard
fun Sha256ByteFlow(content: ByteFlow, hash: StateFlow<String?>)

Functions

Link copied to clipboard
open suspend override fun collect(collector: FlowCollector<Byte>)

Properties

Link copied to clipboard
val hash: StateFlow<String?>

Extensions

Link copied to clipboard
expect fun ByteFlow.decryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteFlow
actual fun ByteFlow.decryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteFlow
actual fun ByteFlow.decryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteFlow
Link copied to clipboard
expect fun ByteFlow.encryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteFlow
actual fun ByteFlow.encryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteFlow
actual fun ByteFlow.encryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteFlow
Link copied to clipboard
expect fun ByteFlow.sha256(): Sha256ByteFlow
actual fun ByteFlow.sha256(): Sha256ByteFlow
actual fun ByteFlow.sha256(): Sha256ByteFlow