diff options
author | Determinant <[email protected]> | 2024-08-22 20:37:47 -0700 |
---|---|---|
committer | Determinant <[email protected]> | 2024-08-22 21:06:59 -0700 |
commit | 739dca9a658786d1d1a32be66936a0a0b89d7f4f (patch) | |
tree | 7b9eb0a0ef88380dcb2d952f86476fb0bbdb9f66 /README.rst | |
parent | 8d1c76ec7caf247d5675e14260d20fc508977ffb (diff) |
...
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 ``pycryptodomex`` + - Some standard AES provided by ``Cryptodome`` - Curve manipulation provided by ``ecdsa`` - Base58 encoding provided by ``base58`` - - Python 2 and 3 compatibility library ``six`` - SHA3 calcuation provided by ``pysha3`` Whereas web3-specific modules are pretty short: |