diff options
author | Determinant <[email protected]> | 2024-08-23 17:52:45 -0700 |
---|---|---|
committer | Determinant <[email protected]> | 2024-08-23 17:52:45 -0700 |
commit | 59759fdde9f03a6c565df50472da5079f6ba745b (patch) | |
tree | b31fd55ed236fc2f69bb3c947142c82086a56963 /README.rst | |
parent | c4bea62fbf5b3245cd5458181a41c942640197aa (diff) |
remove pysha3 from the dependency
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |