Ed25519Signer class
Class for signing Ed25519.
Constructors
- 
          Ed25519Signer.fromKeyBytes(List<
int> keyBytes) - 
          Factory method to create an Ed25519Signer instance from key bytes.
            factory
 
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
 - 
  sign(
List< int> digest) → List<int>  - Signs the provided digest using the appropriate algorithm based on the available signing key.
 - 
  signConst(
List< int> digest) → List<int>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  toVerifyKey(
) → Ed25519Verifier  - Returns an Ed25519Verifier instance based on the available signing key type.
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited