Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PBKDF (1.21 sec)

  1. lib/fips140/v1.0.0.zip

    that can be found in the LICENSE file. package pbkdf2 import ( "bytes" "crypto/internal/fips140" _ "crypto/internal/fips140/check" "crypto/internal/fips140/sha256" "errors" ) func init() { // Per IG 10.3.A: // "if the module implements an approved PBKDF (SP 800-132), the module // shall perform a CAST, at minimum, on the derivation of the Master // Key (MK) as specified in Section 5.3 of SP 800-132" // "The Iteration Count parameter does not need to be among those // supported by the module in 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