deriveKey abstract method

Future<List<int>> deriveKey({
  1. required String passphrase,
  2. required DerivationArtefacts artefacts,
})

Implementation

Future<List<int>> deriveKey(
    {required String passphrase, required DerivationArtefacts artefacts});