DefaultStreamCipherProvider

The default stream cipher provider, returning an instance of the ISAAC random stream cipher based on the input seed.

Constructors

Link copied to clipboard
constructor()

Functions

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

Provides a new stream cipher based on the input seed.