ECB

interface ECB : AES<AES.ECB.Key> (source)

Types

Link copied to clipboard
Link copied to clipboard
interface Key : AES.Key

Properties

Link copied to clipboard
open override val id: CryptographyAlgorithmId<AES.ECB>

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun keyGenerator(keySize: BinarySize = Key.Size.B256): KeyGenerator<AES.ECB.Key>
open fun keyGenerator(keySize: SymmetricKeySize = SymmetricKeySize.B256): KeyGenerator<AES.ECB.Key>