From 6e54eb01717e0f494028df072cf48c0b5093bfd2 Mon Sep 17 00:00:00 2001 From: Tonus Date: Mon, 11 Aug 2025 10:31:19 +0700 Subject: python/python3-pycryptodome: Added (self-contained cryptographic library). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pycryptodome/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 python/python3-pycryptodome/README (limited to 'python/python3-pycryptodome/README') diff --git a/python/python3-pycryptodome/README b/python/python3-pycryptodome/README new file mode 100644 index 0000000000..805ebd951b --- /dev/null +++ b/python/python3-pycryptodome/README @@ -0,0 +1,17 @@ +PyCryptodome is a self-contained Python package of low-level +cryptographic primitives. +It supports Python 2.7, Python 3.7 and newer, and PyPy. + +The installation procedure depends on the package you want the library +to be in. + +PyCryptodome is used here as an almost drop-in replacement for the old +PyCrypto library. +In this case, all modules are installed under the Crypto package. +One must avoid having both PyCrypto and PyCryptodome installed at the +same time, as they will interfere with each other. + +For a library independent of the old PyCrypto, install PyCryptodomex. +In this case, all modules are installed under the Cryptodome package. +PyCrypto and PyCryptodome can coexist. There's another SlackBuild for +it in the repo. -- cgit v1.2.3