- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for considerations (0.3 sec)
-
lib/fips140/v1.0.0.zip
prf.Write(U) U = U[:0] U = prf.Sum(U) for x := range U { T[x] ^= U[x] } } } return dk[:keyLength], nil } func setServiceIndicator(salt []byte, keyLength int) { // The HMAC construction will handle the hash function considerations for the service // indicator. The remaining PBKDF2 considerations outlined by SP 800-132 pertain to // salt and keyLength. // The length of the randomly-generated portion of the salt shall be at least 128 bits. if len(salt) < 128/8 { fips140.RecordNonApproved() } // Per FIPS...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)