secretKeyDerivePathHardened abstract method

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

Implementation

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