crypto/mlkem.EncapsulationKey768.Bytes (method, view implemented interface methods)

4 uses

	crypto/mlkem (current package)
		mlkem.go#L116: func (ek *EncapsulationKey768) Bytes() []byte {

	github.com/refraction-networking/utls
		handshake_client.go#L179: 			mlkemEncapsulationKey := keyShareKeys.mlkem.EncapsulationKey().Bytes()
		u_parrots.go#L2902: 						ext.KeyShares[i].Data = append(ecdheKey.PublicKey().Bytes(), mlkemKey.EncapsulationKey().Bytes()...)
		u_parrots.go#L2904: 						ext.KeyShares[i].Data = append(mlkemKey.EncapsulationKey().Bytes(), ecdheKey.PublicKey().Bytes()...)