awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCryptographic Parameter Validations

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.

Awesome Cryptographic Parameter Validations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/sealmicrosoft 的头像

    microsoft/SEAL

    3,985在 GitHub 上查看↗

    SEAL 是一个同态加密库和 C++ 密码学框架,支持在加密数据上进行数学运算而无需解密。它提供了一套用于对加密整数和复数执行加法和乘法的工具,以支持隐私保护计算。 该框架实现了 BFV 和 CKKS 方案,允许对加密整数进行模运算,以及对固定精度浮点数进行近似运算。它包括将这些密码学工作流程集成到 .NET 环境中的专用包装器,并支持 Android、iOS 和 WebAssembly 的跨平台部署。 该库通过密文模数切换、噪声控制以及针对安全标准验证密码参数来管理计算精度和安全性。它还提供用于密文压缩和创建服务提供商无法访问解密密钥的加密存储架构的实用程序。

    Ensures encryption keys and ciphertexts are compatible by matching them against shared security parameters.

    C++cryptographyencryptionhomomorphic-encryption
    在 GitHub 上查看↗3,985
  1. Home
  2. Security & Cryptography
  3. Cryptographic Parameter Validations