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

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

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

1 个仓库

Awesome GitHub RepositoriesCipher Performance Optimizations

Adjusting cipher selection based on the available hardware acceleration capabilities of the device.

Distinct from Hardware Acceleration: Candidates focus on GPU offloading for AI or DB; this is about selecting the most efficient software cipher when hardware AES is absent.

Explore 1 awesome GitHub repository matching security & cryptography · Cipher Performance Optimizations. Refine with filters or upvote what's useful.

Awesome Cipher Performance Optimizations GitHub Repositories

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

    awslabs/s2n

    4,736在 GitHub 上查看↗

    s2n 是一个基于 C 的安全库和 TLS 协议实现,作为安全网络传输层。它提供了一个模块化加密后端接口,用于加密数据流、管理握手并处理对等点之间的双向身份验证。 该项目专注于后量子密码学,集成了抗量子密钥交换和数字签名,以保护连接免受未来计算威胁。它通过安全加固措施(如内存锁定秘密存储以防止密钥被交换到磁盘)和通过随机延迟进行的定时攻击缓解来区分自身。 该库涵盖了广泛的连接管理和优化功能,包括会话恢复、预共享密钥以及通过自定义回调进行的非阻塞网络 I/O。它还提供广泛的证书管理工具,用于信任存储处理、吊销验证和透明度验证。

    Improves performance on devices without hardware acceleration by prioritizing ChaCha20 over AES based on client preference.

    C
    在 GitHub 上查看↗4,736
  1. Home
  2. Security & Cryptography
  3. Cipher Performance Optimizations