aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-23 17:52:45 -0700
committerDeterminant <[email protected]>2024-08-23 17:52:45 -0700
commit59759fdde9f03a6c565df50472da5079f6ba745b (patch)
treeb31fd55ed236fc2f69bb3c947142c82086a56963 /README.rst
parentc4bea62fbf5b3245cd5458181a41c942640197aa (diff)
remove pysha3 from the dependency
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b695ab9..737dc8b 100644
--- a/README.rst
+++ b/README.rst
@@ -36,10 +36,9 @@ Security
- The dependencies should be safe (but do your own check!) because the part under ``frozen_deps/`` only contains:
- - Some standard AES provided by ``Cryptodome``
+ - Some standard AES encryption and Keccak-256 hashing provided by ``Cryptodome``
- Curve manipulation provided by ``ecdsa``
- Base58 encoding provided by ``base58``
- - SHA3 calcuation provided by ``pysha3``
Whereas web3-specific modules are pretty short: