PrfExpand enum

PRF domain identifiers and input shapes.

Inheritance
Available extensions

Values

saplingAsk → const PrfExpand
const PrfExpand(0x00)
saplingNsk → const PrfExpand
const PrfExpand(0x01)
saplingOvk → const PrfExpand
const PrfExpand(0x02)
saplingRcm → const PrfExpand
const PrfExpand(0x04)
saplingEsk → const PrfExpand
const PrfExpand(0x05)
orchardAsk → const PrfExpand
const PrfExpand(0x06)
orchardNk → const PrfExpand
const PrfExpand(0x07)
orchardRivk → const PrfExpand
const PrfExpand(0x08)
saplingZip32MasterDk → const PrfExpand
const PrfExpand(0x10)
saplingZip32ChildIAsk → const PrfExpand
const PrfExpand(0x13)
saplingZip32ChildINsk → const PrfExpand
const PrfExpand(0x14)
saplingZip32InternalNsk → const PrfExpand
const PrfExpand(0x17)
saplingZip32InternalDkOvk → const PrfExpand
const PrfExpand(0x18)
saplingDefaultDiversifier → const PrfExpand
const PrfExpand(0x03, length: [1])
orchardEsk → const PrfExpand
const PrfExpand(0x04, length: [32])
orchardRcm → const PrfExpand
const PrfExpand(0x05, length: [32])
psi → const PrfExpand
const PrfExpand(0x09, length: [32])
saplingZip32ChildOvk → const PrfExpand
const PrfExpand(0x15, length: [32])
saplingZip32ChildDk → const PrfExpand
const PrfExpand(0x16, length: [32])
transparentZip316Ovk → const PrfExpand
const PrfExpand(0xD0, length: [33])
sproutZip32Child → const PrfExpand
const PrfExpand(0x80, length: [32, 4])
orchardDkOvk → const PrfExpand
const PrfExpand(0x82, length: [32, 32])
orchardRivkInternal → const PrfExpand
const PrfExpand(0x83, length: [32, 32])
saplingZip32ChildHardened → const PrfExpand
const PrfExpand(0x11, length: [96, 32, 4])
saplingZip32ChildNonHardened → const PrfExpand
const PrfExpand(0x12, length: [96, 32, 4])
orchardZip32Child → const PrfExpand
const PrfExpand(0x81, length: [32, 4, 1])
adhocZip32Child → const PrfExpand
const PrfExpand(0xAB, length: [32, 4, 1])
registeredZip32Child → const PrfExpand
const PrfExpand(0xAC, length: [32, 4, 1])

Properties

domainSeparator int
Domain separator identifier
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
length List<int>
Input lengths per component, e.g., 32, 4, 1, empty list if no input
final
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(List<int> sk, {List<List<int>> data = const []}) List<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PrfExpand>
A constant List of the values in this enum, in order of their declaration.