From ecdaeadb249ece68bf941f488011951497ac14a3 Mon Sep 17 00:00:00 2001 From: nomnombtc Date: Wed, 6 Aug 2025 09:04:42 +0700 Subject: python/python3-base58: Added (Base58 and Base58Check implementation). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-base58/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python3-base58/README (limited to 'python/python3-base58/README') 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. -- cgit v1.2.3