aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-22 18:45:53 -0700
committerDeterminant <[email protected]>2024-08-22 18:45:53 -0700
commit79d2cfc456d126764e5965b264f8853153732298 (patch)
tree76c05db406b9f6a5b39278ca2767aba64345c273 /README.rst
parenta462e5c48885bcae8233f93e82dd1af421a955a2 (diff)
...
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 07423ff..f1037b1 100644
--- a/README.rst
+++ b/README.rst
@@ -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)