Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for IndexByte (0.25 sec)

  1. lib/fips140/v1.0.0.zip

    dbMask. mgf1XOR(db, hash, h) // 9. Set the leftmost 8 * emLen - emBits bits of the leftmost octet in DB // to zero. db[0] &= bitMask // If we don't know the salt length, look for the 0x01 delimiter. if sLen == pssSaltLengthAutodet { psLen := bytes.IndexByte(db, 0x01) if psLen < 0 { return ErrVerification } sLen = len(db) - psLen - 1 } // FIPS 186-5, Section 5.4(g): "the length (in bytes) of the salt (sLen) // shall satisfy 0 ≤ sLen ≤ hLen". if sLen > hLen { fips140.RecordNonApproved() } // 10. If the...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top