Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HPKE (0.05 sec)

  1. src/crypto/tls/handshake_client.go

    		ech.encapsulatedKey, ech.hpkeContext, err = hpke.SetupSender(ech.config.KemID, suite.KDFID, suite.AEADID, echPK, info)
    		if err != nil {
    			return nil, nil, nil, err
    		}
    	}
    
    	return hello, keyShareKeys, ech, nil
    }
    
    type echContext struct {
    	config          *echConfig
    	hpkeContext     *hpke.Sender
    	encapsulatedKey []byte
    	innerHello      *clientHelloMsg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  2. src/go/build/deps_test.go

    	< golang.org/x/crypto/internal/subtle
    	< golang.org/x/crypto/chacha20
    	< golang.org/x/crypto/internal/poly1305
    	< golang.org/x/crypto/chacha20poly1305
    	< golang.org/x/crypto/hkdf
    	< crypto/internal/hpke
    	< crypto/x509/internal/macos
    	< crypto/x509/pkix;
    
    	crypto/internal/boring/fipstls, crypto/x509/pkix
    	< crypto/x509
    	< crypto/tls;
    
    	# crypto-aware packages
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 16:41:13 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top