Per RFC 8017, Section 9.1 EM = MGF1 xor DB || H( 8*0x00 || mHash || salt ) || 0xbc where DB = PS || 0x01 || salt and PS can be empty so emLen = dbLen + hLen + 1 = psLen + sLen + hLen + 2
(mHash []byte, emBits int, salt []byte, hash hash.Hash)
source not stored for this graph (policy: none)
no test coverage detected