SaplingSigningKey<V extends SaplingVerifyingKey<V> , K extends SaplingSigningKey<V, K> > class
abstract
- Inheritance
-
- Object
- ReddsaSigningKey<
JubJubFr, JubJubPoint, JubJubNativeFr, JubJubNativePoint, V, K> - SaplingSigningKey
- Implementers
Constructors
- SaplingSigningKey()
-
const
Properties
Methods
-
generator(
) → JubJubPoint -
Returns the group generator.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
randomize(
JubJubFr randomizer) → K -
Returns a randomized version of this signing key.
inherited
-
sign(
List< int> message) → ReddsaSignature -
Signs a message and returns a RedDSA signature.
inherited
-
signBytes(
List< int> message) → List<int> -
toBytes(
) → List< int> -
Serializes the key to bytes.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toVerificationKey(
) → V -
Converts to the corresponding verification key.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited