derive method
Derive a child key from a series of given junctions.
Implementation
Future<Uint8List> derive(List<int> seed, Iterable<DeriveJunction> path,
{Uint8List? output}) {
throw UnimplementedError('Implement derive in child class.');
}
Derive a child key from a series of given junctions.
Future<Uint8List> derive(List<int> seed, Iterable<DeriveJunction> path,
{Uint8List? output}) {
throw UnimplementedError('Implement derive in child class.');
}