From a71b9301ec6ee51f61c037bc20b314d02e7bd185 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 11 Apr 2021 05:08:23 -0400 Subject: Update documentation --- eccrypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eccrypto.h') diff --git a/eccrypto.h b/eccrypto.h index c62489ad..87062868 100644 --- a/eccrypto.h +++ b/eccrypto.h @@ -620,7 +620,7 @@ struct ECIES /// \brief Elliptic Curve Integrated Encryption Scheme for P1363 /// \tparam COFACTOR_OPTION cofactor multiplication option /// \tparam HASH HashTransformation derived class used for key drivation and MAC computation -/// \details ECIES is an Elliptic Curve based Integrated Encryption Scheme (IES) for P1363. The scheme combines a Key Encapsulation +/// \details ECIES_P1363 is an Elliptic Curve based Integrated Encryption Scheme (IES) for P1363. The scheme combines a Key Encapsulation /// Method (KEM) with a Data Encapsulation Method (DEM) and a MAC tag. The scheme is /// IND-CCA2, which is a strong notion of security. /// You should prefer an Integrated Encryption Scheme over homegrown schemes. -- cgit v1.2.1