From 66e64756000380d647da56316d0a0fd56fe7619b Mon Sep 17 00:00:00 2001 From: Peter Conrad Date: Wed, 11 Mar 2015 10:40:15 +0100 Subject: [PATCH] Fixed wording --- README-ecc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ecc.md b/README-ecc.md index 3a557f7..b1df7a0 100644 --- a/README-ecc.md +++ b/README-ecc.md @@ -4,8 +4,8 @@ ECC Support include/fc/crypto/elliptic.hpp defines an interface for some cryptographic wrapper classes handling elliptic curve cryptography. -Two implementations of this interface exist. One is based on OpenSSL, the -other is based on libsecp256k1 (see https://github.com/bitcoin/secp256k1 ). +Three implementations of this interface exist. One is based on OpenSSL, the +others are based on libsecp256k1 (see https://github.com/bitcoin/secp256k1 ). The implementation to be used is selected at compile time using the cmake variable "ECC_IMPL". It can take one of three values, openssl or secp256k1 or mixed .