crypto/internal/fips140/mlkem.DecapsulationKey768.EncapsulationKey (method)

5 uses

	crypto/internal/fips140/mlkem (current package)
		cast.go#L42: 		ek := dk.EncapsulationKey()
		mlkem768.go#L124: func (dk *DecapsulationKey768) EncapsulationKey() *EncapsulationKey768 {
		mlkem768.go#L310: 	ek := dk.EncapsulationKey().Bytes()
		mlkem768.go#L324: 	ek := dk.EncapsulationKey()

	crypto/tls
		handshake_client.go#L175: 			mlkemEncapsulationKey := keyShareKeys.mlkem.EncapsulationKey().Bytes()