Seed

data class Seed(val value: ByteArray)(source)

Represents a seed used for key generation.

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compares this Seed object to the specified other object for equality.

Link copied to clipboard
open override fun hashCode(): Int