Search Options

Results per page
Sort
Preferred Languages
Advance

Results 391 - 391 of 391 for openid (0.15 sec)

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

    panic("crypto/cipher: counter decreased or remained the same") } g.next = counter + 1 } fips140.RecordApproved() return g.g.sealAfterIndicator(dst, nonce, plaintext, data) } func (g *GCMWithCounterNonce) Open(dst, nonce, ciphertext, data []byte) ([]byte, error) { fips140.RecordApproved() return g.g.Open(dst, nonce, ciphertext, data) } // NewGCMWithXORCounter returns a new AEAD that works like GCM, but // enforces the construction of deterministic nonces. The nonce must be 96 bits, // the first 32 bits...
    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