Third-party Slackware packages built with slackrepo on Slackware64-current. Use at your own risk. All packages are signed with my GPG key.
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| python3-pycryptodomex-3.23.0-x86_64-1_danix.txz | 2026-05-06 13:32 | 1.5M | |
| python3-pycryptodomex-3.23.0-x86_64-1_danix.lst | 2026-05-12 11:11 | 75K | |
| python3-pycryptodomex-3.23.0-x86_64-1_danix.meta | 2026-05-12 11:11 | 938 | |
| python3-pycryptodomex-3.23.0-x86_64-1_danix.txz.asc | 2026-05-12 11:11 | 870 | |
| python3-pycryptodomex-3.23.0-x86_64-1_danix.txt | 2026-05-12 11:11 | 686 | |
| python3-pycryptodomex-3.23.0-x86_64-1_danix.txz.sha256 | 2026-05-06 13:32 | 114 | |
| python3-pycryptodomex-3.23.0-x86_64-1_danix.txz.md5 | 2026-05-12 11:11 | 82 | |
python3-pycryptodomex (Python Cryptography Toolkit)
PyCryptodome is a self-contained Python package of low-level
cryptographic primitives. PyCryptodome is a fork of PyCrypto.
PyCryptodome is not a wrapper to a separate C library like OpenSSL.
To the largest possible extent, algorithms are implemented in pure
Python. Only the pieces that are extremely critical to performance
(e.g. block ciphers) are implemented as C extensions.