ExpansionMode enum

The ExpansionMode enum defines different expansion modes used in Schnorr signatures (Schnorrkel).

Schnorr signatures are a cryptographic signature scheme, and the choice of expansion mode can impact key generation and signing.

  • uniform: A mode for generating keys and signatures with uniform randomness.
  • ed25519: A mode that follows the Ed25519 specification for key generation and signing.
Inheritance
Available extensions

Values

uniform → const ExpansionMode
ed25519 → const ExpansionMode

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

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<ExpansionMode>
A constant List of the values in this enum, in order of their declaration.