pubEntropyToSeed abstract method

Future<Uint8List> pubEntropyToSeed({
  1. required Uint8List entropy,
  2. dynamic hint,
})

Implementation

Future<Uint8List> pubEntropyToSeed(
    {required Uint8List entropy, dynamic hint});