Dsl

class Dsl

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:JvmName(name = "getAlgorithm")
@set:JvmName(name = "setAlgorithm")
var algorithm: HashAlgorithm

.elide.std.HashAlgorithm algorithm = 1;

Link copied to clipboard
@get:JvmName(name = "getAlgorithmValue")
@set:JvmName(name = "setAlgorithmValue")
var algorithmValue: Int
Link copied to clipboard
@get:JvmName(name = "getRounds")
@set:JvmName(name = "setRounds")
var rounds: Int

uint32 rounds = 3;

Link copied to clipboard
@get:JvmName(name = "getTail")
@set:JvmName(name = "setTail")
var tail: Int

uint32 tail = 2;

Functions

Link copied to clipboard

.elide.std.HashAlgorithm algorithm = 1;

Link copied to clipboard

uint32 rounds = 3;

Link copied to clipboard
fun clearTail()

uint32 tail = 2;