SaplingSpendAuthorizingKey class
- Inheritance
Constructors
- SaplingSpendAuthorizingKey(JubJubFr sk)
-
factory
-
SaplingSpendAuthorizingKey.fromBytes(List<
int> sk) -
factory
-
SaplingSpendAuthorizingKey.fromSpendingKey(List<
int> sk) -
factory
Properties
Methods
-
generator(
) → JubJubPoint -
Returns the group generator.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
randomize(
JubJubFr randomizer) → SaplingSpendAuthorizingKey -
Returns a randomized version of this signing key.
override
-
sign(
List< int> message) → ReddsaSignature -
Signs a message and returns a RedDSA signature.
override
-
signBytes(
List< int> message) → List<int> -
inherited
-
toBytes(
) → List< int> -
Serializes the key to bytes.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toVerificationKey(
) → SaplingSpendVerificationKey -
Converts to the corresponding verification key.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited