python-cryptography
The pure python implement of the slh-dsa algorithm.
Python library that provides a simple interface for symmetric (i.e., secret-key) and asymmetric (i.e., public-key) encryption/decryption primitives.
Python Library for Elliptic Curve Cryptography: key exchanges (Diffie-Hellman, Massey-Omura), ECDSA signatures, and Koblitz encoding. Suitable for crypto education and secure systems.
Python library that serves as an API for common cryptographic primitives used to implement OPRF, OT, and PSI protocols.
Professional Compression and Encryption Library with Native C/C++ Acceleration
Data structure for representing additive secret shares of integers, designed for use within secure MPC protocol implementations.
Data structure for representing secret shares of byte vectors based on bitwise XOR, designed for use within secure multi-party computation (MPC) protocol implementations.