@@ -7,13 +7,12 @@ Base function primitives implemented in functional programming paradigm.
7
7
8
8
9
9
10
- Mnemonic
11
- ============
10
+ Mnemonic(BIP39)
11
+ ===============
12
12
13
- .. autofunction :: pybtc.create_passphrase
14
- .. autofunction :: pybtc.create_mnemonic
15
- .. autofunction :: pybtc.create_wordlist
16
- .. autofunction :: pybtc.add_checksum_ent
13
+ .. autofunction :: pybtc.generate_entropy
14
+ .. autofunction :: pybtc.load_word_list
15
+ .. autofunction :: pybtc.entropy_to_mnemonic
17
16
.. autofunction :: pybtc.mnemonic_to_entropy
18
17
.. autofunction :: pybtc.mnemonic_to_seed
19
18
@@ -42,6 +41,19 @@ Public keys
42
41
.. autofunction :: pybtc.private_to_public_key
43
42
.. autofunction :: pybtc.is_public_key_valid
44
43
44
+
45
+
46
+ Extended keys(BIP32)
47
+ ====================
48
+
49
+ .. autofunction :: pybtc.create_master_xprivate_key
50
+ .. autofunction :: pybtc.xprivate_to_xpublic_key
51
+ .. autofunction :: pybtc.derive_xkey
52
+ .. autofunction :: pybtc.public_from_xpublic_key
53
+ .. autofunction :: pybtc.private_from_xprivate_key
54
+
55
+
56
+
45
57
Addresses
46
58
=========
47
59
@@ -53,25 +65,6 @@ Addresses
53
65
.. autofunction :: pybtc.is_address_valid
54
66
55
67
56
- HD Wallets
57
- =========
58
-
59
- .. autofunction :: pybtc.create_xmaster_key
60
- .. autofunction :: pybtc.create_xpublic_key
61
- .. autofunction :: pybtc.derive_xkey
62
- .. autofunction :: pybtc.xprivate_to_xpublic_key
63
- .. autofunction :: pybtc.xkey_to_private_key
64
- .. autofunction :: pybtc.xkey_to_public_key
65
- .. autofunction :: pybtc.create_child_privkey
66
- .. autofunction :: pybtc.create_child_pubkey
67
- .. autofunction :: pybtc.create_expanded_key
68
- .. autofunction :: pybtc.create_expanded_hard_key
69
- .. autofunction :: pybtc.is_xprivate_key_valid
70
- .. autofunction :: pybtc.is_xpublic_key_valid
71
- .. autofunction :: pybtc.is_validate_path_level
72
- .. autofunction :: pybtc.serialize_xkey
73
- .. autofunction :: pybtc.deserialize_xkey
74
-
75
68
76
69
Script
77
70
======
0 commit comments