Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for plainPersonalization (0.11 sec)

  1. lib/fips140/v1.0.0.zip

    (2^16 bytes, 64 KiB). type hmacDRBG struct { newHMAC func(key []byte) *hmac.HMAC hK *hmac.HMAC V []byte reseedCounter uint64 } const ( reseedInterval = 1 << 48 maxRequestSize = (1 << 19) / 8 ) // plainPersonalization is used by HMAC_DRBG as-is. type plainPersonalization []byte func (plainPersonalization) isPersonalizationStr() {} // Each entry in blockAlignedPersonal is written to the HMAC at a // block boundary, as specified in draft-irtf-cfrg-det-sigs-with-noise-04, // Section 4. type blockAlignedPersonal...
    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