1 dépôt
High-performance C++ libraries providing fundamental primitives for cryptographic operations.
Distinguishing note: None of the candidates provide a general C++ cryptography framework; most are either C or C#.
Explore 1 awesome GitHub repository matching security & cryptography · C++ Cryptography Frameworks. Refine with filters or upvote what's useful.
SEAL is a homomorphic encryption library and C++ cryptography framework that enables mathematical operations on encrypted data without requiring decryption. It provides a toolset for performing additions and multiplications on encrypted integers and complex numbers to support privacy-preserving computation. The framework implements the BFV and CKKS schemes, allowing for both modular arithmetic on encrypted integers and approximate arithmetic on fixed-precision floating-point numbers. It includes specialized wrappers to integrate these cryptographic workflows into .NET environments and support
Provides a high-performance C++ codebase for secure computation and ciphertext manipulation.