Description
Provides Python bindings for the NaCl/libsodium cryptography library. It helps applications use modern primitives for public-key encryption, signatures, secret boxes, and related secure messaging patterns.
Cryptographic APIs protect only when keys, nonces, and protocols are handled correctly. Prefer documented high-level patterns and avoid inventing custom constructions.