StreamCipherProvider

fun interface StreamCipherProvider

A provider for stream ciphers, where a new instance is allocated after each successful login.

Inheritors

Functions

Link copied to clipboard
abstract fun provide(seed: IntArray): StreamCipher

Provides a new stream cipher based on the input seed.