Elliptic Curve Integrated Encryption Scheme (ECIES) is a public key encryption system proposed by Victor Shoup in 2001. It uses hybrid cryptography using ephemeral-static Diffie-Hellman together with an unspecified symmetric cipher.
Elliptic Curve Integrated Encryption Scheme (ECIES) is a public key encryption system proposed by Victor Shoup in 2001.
ECIES is part of a family of schemes known as Diffie-Hellman Integrated Encryption Scheme (DHIES). In 2001 these schemes were known as Diffie-Hellman Authenticates Encryption Schemes (DHAES), and proposed by Abdalla, Bellare, and Rogaway.
A specific description of ECIES can be found in chapter 5.1 of the Certicom specification of ECC based schemes in the SEC-1 document.