func crypto/internal/fips140/mlkem.NewDecapsulationKey768

2 uses

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

	crypto/tls
		handshake_client.go#L171: 			keyShareKeys.mlkem, err = mlkem.NewDecapsulationKey768(seed)