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#L303: 	ek := dk.EncapsulationKey().Bytes()
		mlkem768.go#L317: 	ek := dk.EncapsulationKey()

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