Registry / crypto / seal
library4.3.2vcpkgunverified

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.

vcpkg install seal
INSTALL
IMPORT
SIG · SEAL
S
seal
cryptocppv4.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

seal/seal.h
#include <seal/seal.h>

Set up SEAL encryption parameters for BFV scheme

#include <seal/seal.h> int main() { seal::EncryptionParameters parms(seal::scheme_type::bfv); parms.set_poly_modulus_degree(4096); parms.set_coeff_modulus(seal::CoeffModulus::BFVDefault(4096)); seal::SEALContext context(parms); return 0; }
Debug
Known issues
breakingSEAL requires C++17 and may have ABI incompatibilities between versions
fix
Ensure all linked libraries use the same SEAL version and C++ standard
affects: >=4.0
Upgrade
Version history
4.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources

No resource links recorded.

seal — pip install seal · libregistry