Ed25519 class

Inheritance

Constructors

Ed25519()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seedSize int
Size of the seed in bytes
finalinherited

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