Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for ct (0.02 sec)

  1. src/crypto/internal/hpke/hpke_test.go

    					}
    					if !bytes.Equal(computedNonce, expectedNonce) {
    						t.Errorf("unexpected nonce: got %x, want %x", computedNonce, expectedNonce)
    					}
    
    					expectedCiphertext := mustDecodeHex(t, enc["ct"])
    					ciphertext, err := context.Seal(mustDecodeHex(t, enc["aad"]), mustDecodeHex(t, enc["pt"]))
    					if err != nil {
    						t.Fatal(err)
    					}
    					if !bytes.Equal(ciphertext, expectedCiphertext) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:33 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. build/README.md

    tip of the tree being built; this is what the Kubernetes CI system uses. For
    example, you could use the following one-liner:
    
    ```bash
    SOURCE_DATE_EPOCH=$(git show -s --format=format:%ct HEAD)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 07:20:57 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top