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

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

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

open-quantum-safe/liboqs

0
View on GitHub↗
2,979 星标·746 分支·C·3 次浏览openquantumsafe.org↗

Liboqs

Liboqs is a C library that provides a unified interface for quantum-resistant cryptographic algorithms, including key encapsulation and digital signature mechanisms. It is designed to facilitate the integration of post-quantum security into existing protocols and applications, ensuring data protection against future threats from large-scale quantum computers.

The library distinguishes itself through a focus on high-assurance implementations and side-channel resistance, utilizing constant-time primitives to prevent timing-based information leakage. It offers extensive build-time configuration, allowing developers to select specific algorithms and manage binary size, which enables deployment across diverse environments ranging from servers to resource-constrained embedded systems.

The project includes comprehensive tooling for performance benchmarking and hardware-agnostic entropy injection, supporting the use of custom random number generators. It also provides built-in test harnesses for verifying constant-time execution and evaluating the efficiency of cryptographic operations across various processor architectures.

Features

  • Post-Quantum Cryptography - Provides a unified C library for quantum-resistant key encapsulation and digital signature algorithms.
  • Cryptographic Algorithm Interfaces - Exposes a unified interface for diverse quantum-safe algorithms to simplify integration into existing security protocols.
  • Cryptographic Abstractions - Exposes a unified C-based interface layer for diverse post-quantum cryptographic algorithms.
  • Cryptographic Toolkits - Provides a modular, C-based cryptographic library optimized for resource-constrained environments and embedded systems.
  • Digital Message Signing - Implements quantum-resistant signature schemes to verify the authenticity and integrity of digital data.
  • Key Encapsulation Interfaces - Provides quantum-resistant key encapsulation mechanisms for establishing secure shared secrets.
  • Side-Channel Resistant Primitives - Implements cryptographic primitives designed to avoid secret-dependent branching and memory access patterns.
  • Timing-Side-Channel Protections - Provides testing tools to verify constant-time execution and prevent timing-based side-channel vulnerabilities.
  • Constant-Time Memory Access - Implements constant-time memory access patterns to prevent timing-based side-channel information leakage.
  • Embedded Libraries - Supports removing standard library dependencies and providing custom entropy callbacks for embedded environments.
  • Build Configurations - Provides build configurations to restrict compiled output to specific algorithms for resource-constrained environments.
  • Cryptographic Algorithm Selection - Enables or disables specific security algorithms during the build process to manage binary size.
  • Algorithm Groupings - Allows developers to select predefined groups of cryptographic algorithms to meet specific industry standards.
  • Cross-Platform Deployment Targets - Distributes cryptographic toolkits across heterogeneous computing environments to ensure consistent security.
  • Memory-Efficient Algorithms - Enables selection of memory-efficient cryptographic algorithms to balance RAM consumption and system stability.
  • Memory Footprint Reduction - Offers build-time configuration to minimize memory footprint and binary size for resource-constrained deployment.
  • Binary Size and Compilation Optimizations - Allows build-time selection of specific cryptographic algorithms to optimize binary size and security requirements.
  • Cross-Platform Library Compilations - Supports building cryptographic binaries for various target architectures and operating systems.
  • Embedded Library Deployments - Facilitates the execution of security algorithms across desktop, mobile, and embedded architectures.
  • Cryptographic Benchmarking - Includes performance testing routines to evaluate the efficiency of cryptographic implementations across hardware architectures.
  • Hash-Based Signature Libraries - Supports stateful hash-based signature schemes for long-term security applications requiring private key usage tracking.
  • Verified Implementations - Incorporates formally verified third-party cryptographic implementations to ensure high-assurance security.
  • Entropy Source Callbacks - Supports custom entropy source callbacks for integrating hardware-backed random number generation.
  • Post-Quantum Key Exchange - Embeds post-quantum key exchange and digital signature mechanisms into applications for long-term data protection.
  • Embedded and Hardware - Optimizes security libraries for resource-constrained hardware by managing memory footprints and entropy sources.
  • Build-Time Configuration - Provides compile-time configuration flags to include or exclude specific cryptographic algorithms for binary size optimization.
  • High-Assurance System Construction - Incorporates formally verified cryptographic primitives to ensure high-assurance semantic correctness.
  • Algorithm Performance Benchmarking - Evaluates the execution speed and efficiency of security algorithms using high-precision hardware counters.
  • Hardware Performance Benchmarking - Includes built-in test harnesses and hardware cycle counters for benchmarking cryptographic performance.
  • Quantum Cryptography - C library for quantum-resistant cryptographic algorithms.

Star 历史

open-quantum-safe/liboqs 的 Star 历史图表open-quantum-safe/liboqs 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Liboqs 的精选搜索

收录 Liboqs 的精选合集。
  • 后量子密码学库

Liboqs 的开源替代方案

相似的开源项目,按与 Liboqs 的功能重合度排序。
  • signalapp/signal-androidsignalapp 的头像

    signalapp/Signal-Android

    28,964在 GitHub 上查看↗

    Signal-Android is an end-to-end encrypted messaging platform designed to ensure that only the sender and recipient can access communication content. The project provides a comprehensive framework for secure, asynchronous message initiation and key agreement, allowing users to establish private channels without requiring simultaneous online presence. It relies on a state machine architecture to manage communication epochs and authentication, ensuring consistent security transitions throughout the messaging lifecycle. The platform distinguishes itself through a hybrid cryptographic approach tha

    Kotlin
    在 GitHub 上查看↗28,964
  • awslabs/s2nawslabs 的头像

    awslabs/s2n

    4,736在 GitHub 上查看↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    在 GitHub 上查看↗4,736
  • signalapp/signal-desktopsignalapp 的头像

    signalapp/Signal-Desktop

    16,376在 GitHub 上查看↗

    Signal-Desktop is a cross-platform messaging application that provides end-to-end encrypted communication. It implements the Signal Protocol to secure messages and voice calls, ensuring that only intended recipients can access content. The application manages asynchronous key exchange and session initialization to maintain secure communication channels between parties who are not online simultaneously. The project distinguishes itself through advanced cryptographic protections, including hybrid post-quantum security that combines classical elliptic curve cryptography with lattice-based algori

    TypeScript
    在 GitHub 上查看↗16,376
  • jedisct1/libsodiumjedisct1 的头像

    jedisct1/libsodium

    13,467在 GitHub 上查看↗

    Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption, decryption, digital signatures, password hashing, and secure key exchange. It is designed to facilitate secure communication and data integrity across diverse hardware architectures and operating systems. The library distinguishes itself by utilizing constant-time primitive execution to prevent side-channel attacks and employing memory-hard algorithms to increase the difficulty of brute-force password attacks. It abstracts complex mathematical operations into simplified inter

    Cccryptocryptography
    在 GitHub 上查看↗13,467
查看 Liboqs 的所有 30 个替代方案→

常见问题解答

open-quantum-safe/liboqs 是做什么的?

Liboqs is a C library that provides a unified interface for quantum-resistant cryptographic algorithms, including key encapsulation and digital signature mechanisms. It is designed to facilitate the integration of post-quantum security into existing protocols and applications, ensuring data protection against future threats from large-scale quantum computers.

open-quantum-safe/liboqs 的主要功能有哪些?

open-quantum-safe/liboqs 的主要功能包括:Post-Quantum Cryptography, Cryptographic Algorithm Interfaces, Cryptographic Abstractions, Cryptographic Toolkits, Digital Message Signing, Key Encapsulation Interfaces, Side-Channel Resistant Primitives, Timing-Side-Channel Protections。

open-quantum-safe/liboqs 有哪些开源替代品?

open-quantum-safe/liboqs 的开源替代品包括: signalapp/signal-android — Signal-Android is an end-to-end encrypted messaging platform designed to ensure that only the sender and recipient can… awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… signalapp/signal-desktop — Signal-Desktop is a cross-platform messaging application that provides end-to-end encrypted communication. It… jedisct1/libsodium — Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption,… briansmith/ring — Ring is a low-level cryptographic primitive library and security toolset designed for building portable, secure… quipnetwork/hashsigs-py — hashsigs-py is a hash-based signature library for Python used to generate and verify one-time digital signatures. It…