EmsaPssEncoder({Mgf? mgf, Hash? hasher, this.saltLength = 0}) : mgf = mgf ?? mgf1Sha1, hasher = hasher ?? sha1;