diff --git a/eccrypto.h b/eccrypto.h index adc38a05..d836a9bd 100644 --- a/eccrypto.h +++ b/eccrypto.h @@ -322,7 +322,7 @@ struct ECNR : public DL_SS, DL_Algorithm_ECNR, DL_SignatureMe }; //! Elliptic Curve Integrated Encryption Scheme, AKA ECIES -/*!$ Default to (NoCofactorMultiplication and DHAES_MODE = true) for compatibilty with BouncyCastle and Botan-1.11. +/*! Default to (NoCofactorMultiplication and DHAES_MODE = true) for compatibilty with BouncyCastle and Botan-1.11. * For cmpatibility with SEC1 and Crypto++ 4.2 set DHAES_MODE = false. The combination of (IncompatibleCofactorMultiplication and DHAES_MODE = true) is recommended for best efficiency and security. */