electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 322cb566e865badcb3da6629003437819965d744
parent 74982719274c063655c150717bbb22d35b719b51
Author: ghost43 <somber.night@protonmail.com>
Date:   Sun, 29 Mar 2020 05:40:13 +0000

Merge pull request #6054 from JeremyRand/readme-libtool

Readme: Clarify dependencies of make_libsecp256k1.sh
Diffstat:
MREADME.rst | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.rst b/README.rst @@ -52,6 +52,7 @@ For elliptic curve operations, `libsecp256k1`_ is a required dependency:: Alternatively, when running from a cloned repository, a script is provided to build libsecp256k1 yourself:: + sudo apt-get install automake libtool ./contrib/make_libsecp256k1.sh Due to the need for fast symmetric ciphers, either one of `pycryptodomex`_