SymmetricKey

data class SymmetricKey(val k0: Int, val k1: Int, val k2: Int, val k3: Int)

Constructors

Link copied to clipboard
constructor(k0: Int, k1: Int, k2: Int, k3: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val k0: Int
Link copied to clipboard
val k1: Int
Link copied to clipboard
val k2: Int
Link copied to clipboard
val k3: Int

Functions

Link copied to clipboard
fun toHex(): String
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String