Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for HMac (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. lib/fips140/v1.1.0-rc1.zip

    size of 2^19 bits (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...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top