Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for A04F22 (0.1 sec)

  1. src/math/rand/v2/regress_test.go

    	int32(1092181682), // Int32()
    	int32(157239171),  // Int32()
    	int32(709379364),  // Int32()
    
    	int32(0),          // Int32N(1)
    	int32(6),          // Int32N(10)
    	int32(8),          // Int32N(32)
    	int32(704922),     // Int32N(1048576)
    	int32(245656),     // Int32N(1048577)
    	int32(41205257),   // Int32N(1000000000)
    	int32(43831929),   // Int32N(1073741824)
    	int32(965044528),  // Int32N(2147483646)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:03:11 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  2. src/crypto/internal/hpke/hpke.go

    	ciphertext := s.aead.Seal(nil, s.nextNonce(), plaintext, aad)
    	return ciphertext, nil
    }
    
    func SuiteID(kemID, kdfID, aeadID uint16) []byte {
    	suiteID := make([]byte, 0, 4+2+2+2)
    	suiteID = append(suiteID, []byte("HPKE")...)
    	suiteID = binary.BigEndian.AppendUint16(suiteID, kemID)
    	suiteID = binary.BigEndian.AppendUint16(suiteID, kdfID)
    	suiteID = binary.BigEndian.AppendUint16(suiteID, aeadID)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:33 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/entity.go

    	"Τ":                             "\u03a4",
    	"Ť":                          "\u0164",
    	"Ţ":                          "\u0162",
    	"Т":                             "\u0422",
    	"𝔗":                             "\U0001d517",
    	"∴":                       "\u2234",
    	"Θ":                           "\u0398",
    	"  ":                      "\u205f\u200a",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * 🌐 Add German translation for `docs/de/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [#10422](https://github.com/tiangolo/fastapi/pull/10422) by [@nilslindemann](https://github.com/nilslindemann).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    10420         ; mapped                 ; 10448         # 3.1  DESERET CAPITAL LETTER ZHEE
    10421         ; mapped                 ; 10449         # 3.1  DESERET CAPITAL LETTER ER
    10422         ; mapped                 ; 1044A         # 3.1  DESERET CAPITAL LETTER EL
    10423         ; mapped                 ; 1044B         # 3.1  DESERET CAPITAL LETTER EM
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top