Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deriveCounterGeneric (0.17 sec)

  1. lib/fips140/v1.0.0.zip

    subtle.ConstantTimeCompare(expectedTag[:g.tagSize], tag) != 1 { return errOpen } gcmCounterCryptGener(&g.cipher, out, ciphertext, &counter) return nil } // deriveCounterGeneric computes the initial GCM counter state from the given nonce. // See NIST SP 800-38D, section 7.1. This assumes that counter is filled with // zeros on entry. func deriveCounterGeneric(H, counter *[gcmBlockSize]byte, nonce []byte) { // GCM has two modes of operation with respect to the initial counter // state: a "fast path" for 96-bit...
    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