secretKeyDerivePathUnhardened abstract method

Future<Uint8List> secretKeyDerivePathUnhardened({
  1. required Uint8List sk,
  2. required Uint32List path,
  3. dynamic hint,
})

Implementation

Future<Uint8List> secretKeyDerivePathUnhardened(
    {required Uint8List sk, required Uint32List path, dynamic hint});