From a83680eee69403be4e07120c4764c31102b7fd4d Mon Sep 17 00:00:00 2001 From: nomnombtc Date: Wed, 6 Aug 2025 09:35:35 +0700 Subject: python/python3-slip10: Added (Minimalistic implementation of SLIP10). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-slip10/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-slip10/README (limited to 'python/python3-slip10/README') diff --git a/python/python3-slip10/README b/python/python3-slip10/README new file mode 100644 index 0000000000..4a50e4fba7 --- /dev/null +++ b/python/python3-slip10/README @@ -0,0 +1,4 @@ +A reference implementation of the SLIP-0010 specification, which +generalizes the BIP-0032 derivation scheme for private and public +key pairs in hierarchical deterministic wallets for the curves +secp256k1, NIST P-256, ed25519 and curve25519. -- cgit v1.2.3