From 0f09b610740abbb9b92f582e8652915f7f5f059f Mon Sep 17 00:00:00 2001 From: "@RandyMcMillan" Date: Wed, 10 May 2023 09:02:40 -0400 Subject: [PATCH 1/2] README.md: add link to bitcoin/libbase58 repo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f849d0b..cb6cb19 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -Initialisation +## [bitcoin/libbase58](https://github.com/bitcoin/libbase58) + +Initialization -------------- Before you can use libbase58 for base58check, you must provide a SHA256 From 1e2a2766ba0754ea797a1748a3db7e00dcc51534 Mon Sep 17 00:00:00 2001 From: "@RandyMcMillan" Date: Wed, 10 May 2023 09:07:42 -0400 Subject: [PATCH 2/2] .gitignore: ignore compile --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 44cf2ea..0520648 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ ii *.tar* base58 tests/*.trs +compile