deriveKey abstract method

KeyIV deriveKey(
  1. String password,
  2. {Uint8List? salt}
)

Derive a KeyIV with given password and optional salt

Implementation

KeyIV deriveKey(String password, {Uint8List? salt});