Fixed wording
This commit is contained in:
parent
abab7617c8
commit
66e6475600
1 changed files with 2 additions and 2 deletions
|
|
@ -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 .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue