aboutsummaryrefslogtreecommitdiff
path: root/python/python3-base58/README
diff options
context:
space:
mode:
authornomnombtc <nomnombtc@arcor.de>2025-08-06 09:04:42 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-08-07 07:03:58 +0700
commitecdaeadb249ece68bf941f488011951497ac14a3 (patch)
treea7f1990868b0dd8725cda32b501b56e52c16bbc7 /python/python3-base58/README
parentbe18155459a2c7a23e2441eb8fd2323479eb0cf6 (diff)
python/python3-base58: Added (Base58 and Base58Check implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-base58/README')
-rw-r--r--python/python3-base58/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-base58/README b/python/python3-base58/README
new file mode 100644
index 0000000000..070740c026
--- /dev/null
+++ b/python/python3-base58/README
@@ -0,0 +1,2 @@
+Base58 and Base58Check implementation compatible with what is used by
+the bitcoin network.