1 个仓库
Verification of cryptographic keys and ciphertexts against shared security parameters to ensure compatibility.
Distinguishing note: None of the candidates address cryptographic parameter validation; they focus on web or ML parameters.
Explore 1 awesome GitHub repository matching security & cryptography · Cryptographic Parameter Validations. Refine with filters or upvote what's useful.
SEAL 是一个同态加密库和 C++ 密码学框架,支持在加密数据上进行数学运算而无需解密。它提供了一套用于对加密整数和复数执行加法和乘法的工具,以支持隐私保护计算。 该框架实现了 BFV 和 CKKS 方案,允许对加密整数进行模运算,以及对固定精度浮点数进行近似运算。它包括将这些密码学工作流程集成到 .NET 环境中的专用包装器,并支持 Android、iOS 和 WebAssembly 的跨平台部署。 该库通过密文模数切换、噪声控制以及针对安全标准验证密码参数来管理计算精度和安全性。它还提供用于密文压缩和创建服务提供商无法访问解密密钥的加密存储架构的实用程序。
Ensures encryption keys and ciphertexts are compatible by matching them against shared security parameters.