Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 53 (0.04 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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  3. 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 Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top