Ed25519 class
- Inheritance
-
- Object
- CryptoScheme
- Ed25519
Constructors
- Ed25519()
-
const
Properties
Methods
-
derive(
List< int> seed, Iterable<DeriveJunction> path, {Uint8List? output}) → Future<Uint8List> -
Derive a child key from a series of given junctions.
override
-
deriveHardJunction(
List< int> seed, List<int> junction, {Uint8List? output}) → Uint8List - Derive a single hard junction.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
seedFromUri(
String uri, {String? password}) → Future< List< int> > -
Parses secret uri (
URI
) into a 32 bytes that can be used to generate a key pair.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited