libcrypto 1.0.4__py3-none-any.whl → 1.0.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of libcrypto might be problematic. Click here for more details.
- libcrypto/__init__.py +1 -1
- {libcrypto-1.0.4.dist-info → libcrypto-1.0.6.dist-info}/METADATA +4 -1
- {libcrypto-1.0.4.dist-info → libcrypto-1.0.6.dist-info}/RECORD +7 -7
- {libcrypto-1.0.4.dist-info → libcrypto-1.0.6.dist-info}/WHEEL +0 -0
- {libcrypto-1.0.4.dist-info → libcrypto-1.0.6.dist-info}/entry_points.txt +0 -0
- {libcrypto-1.0.4.dist-info → libcrypto-1.0.6.dist-info}/licenses/LICENSE +0 -0
- {libcrypto-1.0.4.dist-info → libcrypto-1.0.6.dist-info}/top_level.txt +0 -0
libcrypto/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: libcrypto
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: A professional library For Cryptography and Cryptocurrencies in Python.
|
|
5
5
|
Home-page: https://github.com/pymmdrza/libcrypto
|
|
6
6
|
Author: Mmdrza
|
|
@@ -114,6 +114,9 @@ print(f"Bitcoin (SegWit) Address: {btc_address}")
|
|
|
114
114
|
print(f"Bitcoin Cash Address: {bch_address}")
|
|
115
115
|
```
|
|
116
116
|
|
|
117
|
+

|
|
118
|
+
|
|
119
|
+
|
|
117
120
|
## Quick Start (Command-Line Interface)
|
|
118
121
|
|
|
119
122
|
```bash
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
libcrypto/__init__.py,sha256=
|
|
1
|
+
libcrypto/__init__.py,sha256=AObJZDeQ2MLZIEIyipN4ldNsbCNskPF22ebMfXqdUpI,1520
|
|
2
2
|
libcrypto/_version.py,sha256=DSDyLW2lPzd96MgdTJ1v2YoJcpnh3k-GDDmngzKiFdA,485
|
|
3
3
|
libcrypto/addresses.py,sha256=_rwJbuIJA9Pt-mD7SpEHoUCyNlC0ghXURLI71ZDKTJA,7491
|
|
4
4
|
libcrypto/bip32.py,sha256=uzhd0l9FPgNRWzpfhcpZedyJo48y6UrrB_1cPVeoW7E,8466
|
|
@@ -10,9 +10,9 @@ libcrypto/keys.py,sha256=_HIoHrGcoHTqJ2qQsZroTHEexyLIM5Mn5t9eMMMdqP4,5051
|
|
|
10
10
|
libcrypto/mnemonic.py,sha256=cmHFX1B4YGGN3pIaFDuffrpKKkTCAXya5W58oA77KBk,4677
|
|
11
11
|
libcrypto/secp256k1.py,sha256=4FH_byTr2fXms4q3BtSHVBs-4NPE2gyDaS_lS4oeDWw,3873
|
|
12
12
|
libcrypto/wallet.py,sha256=LWjhwKe7nKonB6oaKOggMdPstIrXYKJhJcYPCcKqU6c,5835
|
|
13
|
-
libcrypto-1.0.
|
|
14
|
-
libcrypto-1.0.
|
|
15
|
-
libcrypto-1.0.
|
|
16
|
-
libcrypto-1.0.
|
|
17
|
-
libcrypto-1.0.
|
|
18
|
-
libcrypto-1.0.
|
|
13
|
+
libcrypto-1.0.6.dist-info/licenses/LICENSE,sha256=VmwUVixn0u8rR_TF0dIoqv7CK0a5WBoFX8zQvIYa4eE,1071
|
|
14
|
+
libcrypto-1.0.6.dist-info/METADATA,sha256=5MECRDr1yrpvJKXikhqNHRJGhqiguDpFjsImRvGRFms,6734
|
|
15
|
+
libcrypto-1.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
16
|
+
libcrypto-1.0.6.dist-info/entry_points.txt,sha256=P1JmZQ0W2Mi9rD37f9yFG2hYxGInDUY9i9erY_hldTY,48
|
|
17
|
+
libcrypto-1.0.6.dist-info/top_level.txt,sha256=CP4_HN2d5lfT-Jo0IQgNdbGYjk4PSDHK0EU4xfaKmGc,10
|
|
18
|
+
libcrypto-1.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|