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