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

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

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

4 个仓库

Awesome GitHub RepositoriesModular Cryptographic Providers

Architectures that support dynamic loading of external security libraries to extend functionality.

Distinguishing note: Focuses on the plugin/provider loading mechanism rather than the algorithms themselves.

Explore 4 awesome GitHub repositories matching security & cryptography · Modular Cryptographic Providers. Refine with filters or upvote what's useful.

Awesome Modular Cryptographic Providers GitHub Repositories

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

    openssl/openssl

    29,596在 GitHub 上查看↗

    This project is a comprehensive cryptographic toolkit that provides a collection of standard security algorithms and protocols for implementing data encryption and network communication. It serves as a foundational library for securing software applications through a wide range of cryptographic functions. The architecture is defined by a modular provider system that allows for the dynamic loading of external cryptographic implementations without requiring modifications to the core application binary. It supports metadata-driven algorithm querying, which resolves security primitives by matchin

    Loads external shared libraries dynamically to expose cryptographic implementations without requiring core binary changes.

    Ccryptographydecryptionencryption
    在 GitHub 上查看↗29,596
  • rustls/rustlsrustls 的头像

    rustls/rustls

    7,470在 GitHub 上查看↗

    rustls is a memory-safe implementation of the Transport Layer Security protocol written in Rust. It provides a cryptographic stack for secure network communication, supporting both TLS 1.3 and 1.2 standards for client and server implementations. The project is designed as a modular cryptographic library that allows swapping underlying cryptographic backends and primitive providers to meet specific security or performance requirements. It incorporates a post-quantum cryptography stack, utilizing hybrid key exchanges and signatures to protect data against future quantum computing threats. The

    Provides a modular architecture for loading external security libraries to extend cryptographic functionality.

    Rustcryptographyrustssl
    在 GitHub 上查看↗7,470
  • nvidia/isaac-gr00tNVIDIA 的头像

    NVIDIA/Isaac-GR00T

    6,222在 GitHub 上查看↗

    Provides modular component APIs that work consistently across classical and next-generation cryptographic systems.

    Jupyter Notebook
    在 GitHub 上查看↗6,222
  • noir-lang/noirnoir-lang 的头像

    noir-lang/noir

    1,363在 GitHub 上查看↗

    Noir is a domain-specific language and development framework designed for writing and compiling cryptographic circuits. It functions as a compiler that translates high-level code into intermediate representations, enabling the creation of zero-knowledge proofs that verify the validity of private data without revealing the underlying information. The framework distinguishes itself through a backend-agnostic architecture that decouples circuit logic from specific cryptographic proving systems. By providing a modular interface and abstraction layer, it allows developers to generate verifiable co

    Provides a standardized interface for plugging the compiler into different cryptographic systems for proof generation.

    Rustcompilercryptographynoir-lang
    在 GitHub 上查看↗1,363
  1. Home
  2. Security & Cryptography
  3. Modular Cryptographic Providers