PBKDFDeriveReq constructor

const PBKDFDeriveReq({
  1. required Uint8List password,
  2. required Uint8List salt,
  3. required int c,
})

Implementation

const PBKDFDeriveReq({
  required this.password,
  required this.salt,
  required this.c,
});