Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HMAC_K (0.25 sec)

  1. lib/fips140/v1.0.0.zip

    10.1.2.5. fips140.RecordApproved() if len(out) > maxRequestSize { panic("ecdsa: internal error: request size exceeds maximum") } if d.reseedCounter > reseedInterval { panic("ecdsa: reseed interval exceeded") } tlen := 0 for tlen < len(out) { // V = HMAC_K(V) // T = T || V d.hK.Reset() d.hK.Write(d.V) d.V = d.hK.Sum(d.V[:0]) tlen += copy(out[tlen:], d.V) } // Note that if this function shows up on ECDSA-level profiles, this can be // optimized in the common case by deferring the rest to the next Generate...
    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