From f05ea1adaf292f5ca3ad5a522de45925d74bd7a6 Mon Sep 17 00:00:00 2001 From: Uri Blumenthal Date: Sun, 11 Sep 2016 17:09:35 -0400 Subject: [PATCH] Removed stray dollar sign --- eccrypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */