SchnorrkelKeyCost class
The SchnorrkelKeyCost
class defines various constants related to the sizes and lengths of Schnorrkel keys and components.
Schnorrkel is a cryptographic signature scheme, and these constants help manage and understand the sizes of key components.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
- keypairLength → const int
- Length of a key pair (combined public and secret key) in bytes.
- miniSecretLength → const int
- Length of a mini-secret key in bytes.
- nonceLength → const int
- Length of a nonce in bytes.
- publickeyLength → const int
- Length of a public key in bytes.
- secretKeyLength → const int
- Length of a secret key in bytes.
- signatureLength → const int
- Length of a Schnorrkel signature in bytes.
- vrfPreOutLength → const int
- vrfProofLength → const int
- Length of a VRF (Verifiable Random Function) proof in bytes.