diff options
author | Determinant <[email protected]> | 2024-08-22 18:45:53 -0700 |
---|---|---|
committer | Determinant <[email protected]> | 2024-08-22 18:45:53 -0700 |
commit | 79d2cfc456d126764e5965b264f8853153732298 (patch) | |
tree | 76c05db406b9f6a5b39278ca2767aba64345c273 | |
parent | a462e5c48885bcae8233f93e82dd1af421a955a2 (diff) |
...
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,7 +42,8 @@ Security - Python 2 and 3 compatibility library ``six`` - SHA3 calcuation provided by ``pysha3`` - And web3-specific modules are pretty short: + Whereas web3-specific modules are pretty short: + - ``mnemonic.py``: 284 lines, to generate/manipulate mnemonics - ``bech32.py``: 123 lines, to Bech32-format addresses (for AVAX addresses) - ``shamir.py``: 113 lines, to implement a minimalist Shamir's secret sharing that's compatible with Ava Labs' implementation (https://github.com/ava-labs/mnemonic-shamir-secret-sharing-cli) |