- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for certain (0.1 sec)
-
RELEASE.md
* Tensorflow code now produces 2 different pip packages: `tensorflow_core` containing all the code (in the future it will contain only the private implementation) and `tensorflow` which is a virtual pip package doing forwarding to `tensorflow_core` (and in the future will contain only the public API of tensorflow). We don't expect this to be breaking, unless you were importing directly from the implementation.Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (3) -
lib/fips140/v1.0.0.zip
} } 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 140-3 IG C.M, key lengths below 112 bits are only allowed for // legacy...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)