Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for additionalInput (1.23 sec)

  1. lib/fips140/v1.0.0.zip

    c.reseedCounter > reseedInterval { return true } // Step 2. if additionalInput != nil { c.update(additionalInput) } else { // If the additional input is null, the first CTR_DRBG_Update is // skipped, but the additional input is replaced with an all-zero string // for the second CTR_DRBG_Update. additionalInput = new([SeedSize]byte) } // Steps 3-5. clear(out) c.c.XORKeyStream(out, out) aes.RoundToBlock(&c.c) // Step 6. c.update(additionalInput) // Step 7. c.reseedCounter++ // Step 8. return false } go...
    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