Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 53 (0.06 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_VENDOR05 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR06 = 51
    pkg syscall (freebsd-arm64), const AF_VENDOR06 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR07 = 53
    pkg syscall (freebsd-arm64), const AF_VENDOR07 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR08 = 55
    pkg syscall (freebsd-arm64), const AF_VENDOR08 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR09 = 57
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    ciphertext, data []byte) ([]byte, error) { fips140.RecordApproved() return g.g.Open(dst, nonce, ciphertext, data) } // NewGCMForTLS13 returns a new AEAD that works like GCM, but enforces the // construction of nonces as specified in RFC 8446, Section 5.3. func NewGCMForTLS13(cipher *aes.Block) (*GCMForTLS13, error) { g, err := newGCM(&GCM{}, cipher, gcmStandardNonceSize, gcmTagSize) if err != nil { return nil, err } return &GCMForTLS13{g: *g}, nil } type GCMForTLS13 struct { g GCM ready bool mask uint64...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.1.0-rc1.zip

    cipher, gcmStandardNonceSize, gcmTagSize) if err != nil { return nil, err } return &GCMWithXORCounterNon{g: *g}, nil } // NewGCMForTLS13 returns a new AEAD that works like GCM, but enforces the // construction of nonces as specified in RFC 8446, Section 5.3. // // This complies with FIPS 140-3 IG C.H Scenario 1.a. func NewGCMForTLS13(cipher *aes.Block) (*GCMWithXORCounterNon, error) { g, err := newGCM(&GCM{}, cipher, gcmStandardNonceSize, gcmTagSize) if err != nil { return nil, err } return &GCMWithXORCounterNon{g:...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * Add docs for using [WebSockets with **FastAPI**](https://fastapi.tiangolo.com/advanced/websockets/). PR [#62](https://github.com/tiangolo/fastapi/pull/62).
    
    ## 0.6.3
    
    * Add Favicons to docs. PR [#53](https://github.com/tiangolo/fastapi/pull/53).
    
    ## 0.6.2
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
Back to top