Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. lib/fips140/v1.0.0-c2097c7c.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 Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.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 Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top