Description
Provides a self-contained namespace for low-level cryptographic primitives in Python. It helps applications or libraries use PyCryptodome-style functionality without conflicting with packages that use the older Crypto namespace.
Low-level primitives require careful protocol design. Protect keys, prefer authenticated modes, and avoid using this package as a shortcut around reviewed cryptographic guidance.