@override void init(Uint8List password, Uint8List salt, int iterationCount) { this.password = password; this.salt = salt; this.iterationCount = iterationCount; }