deriveKey abstract method

Future<SecretKey> deriveKey({
  1. required SecretKey secretKey,
  2. required List<int> nonce,
})

Implementation

Future<SecretKey> deriveKey({
  required SecretKey secretKey,
  required List<int> nonce,
});