SaplingVerifyingKey<V extends SaplingVerifyingKey<V> > class
abstract
- Inheritance
-
- Object
- VerificationKey<
JubJubNativeFr, JubJubNativePoint, V> - SaplingVerifyingKey
- Implementers
Constructors
- SaplingVerifyingKey()
-
const
Properties
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