func crypto/mlkem.NewDecapsulationKey768

7 uses

	crypto/mlkem (current package)
		mlkem.go#L58: func NewDecapsulationKey768(seed []byte) (*DecapsulationKey768, error) {

	crypto/hpke
		pq.go#L35: 		return mlkem.NewDecapsulationKey768(data)
		pq.go#L59: 		return mlkem.NewDecapsulationKey768(data)
		pq.go#L367: 		return mlkem.NewDecapsulationKey768(data)

	crypto/tls
		key_schedule.go#L78: 		return mlkem.NewDecapsulationKey768(b)

	github.com/refraction-networking/utls
		handshake_client.go#L175: 			keyShareKeys.mlkem, err = mlkem.NewDecapsulationKey768(seed)
		u_parrots.go#L2896: 					mlkemKey, err := mlkem.NewDecapsulationKey768(seed)