SaplingVerifyingKey<V extends SaplingVerifyingKey<V>> class abstract

Inheritance
Implementers

Constructors

SaplingVerifyingKey()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variables List
no setterinherited

Methods

generator() JubJubNativePoint
Returns the group generator.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
randomize(JubJubNativeFr randomizer) → V
Returns a randomized version of this verification key.
inherited
toBytes() List<int>
Serializes the verification key to bytes.
inherited
toPoint() JubJubNativePoint
Converts to the corresponding group element.
inherited
toString() String
A string representation of this object.
inherited
verifySignature(ReddsaSignature signature, List<int> message, {bool hashMessage = true}) bool
Verifies a RedDSA signature for a message.
override
verifySignatureBytes(List<int> signatureBytes, List<int> message, {bool hashMessage = true}) bool
Verifies a signature given as bytes.
inherited

Operators

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