RsaSsaPssVerifier({Mgf? mgf, Hash? hasher, this.saltLength = 0}) : mgf = mgf ?? mgf1Sha256, hasher = hasher ?? sha256;