Fixed wording

This commit is contained in:
Peter Conrad 2015-03-11 10:40:15 +01:00
parent abab7617c8
commit 66e6475600

View file

@ -4,8 +4,8 @@ ECC Support
include/fc/crypto/elliptic.hpp defines an interface for some cryptographic include/fc/crypto/elliptic.hpp defines an interface for some cryptographic
wrapper classes handling elliptic curve cryptography. wrapper classes handling elliptic curve cryptography.
Two implementations of this interface exist. One is based on OpenSSL, the Three implementations of this interface exist. One is based on OpenSSL, the
other is based on libsecp256k1 (see https://github.com/bitcoin/secp256k1 ). others are based on libsecp256k1 (see https://github.com/bitcoin/secp256k1 ).
The implementation to be used is selected at compile time using the 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 cmake variable "ECC_IMPL". It can take one of three values, openssl or
secp256k1 or mixed . secp256k1 or mixed .