AlgoScryptModified constructor

AlgoScryptModified({
  1. required String type,
  2. required String salt,
  3. required String saltSeparator,
  4. required String signerKey,
})

Implementation

AlgoScryptModified({
  required this.type,
  required this.salt,
  required this.saltSeparator,
  required this.signerKey,
});