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

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

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

cryptoballot/cryptoballot

0
View on GitHub↗
223 星标·29 分支·Rust·4 次浏览cryptoballot.com↗

Cryptoballot

cryptographically secure online voting

Features

  • Rust Cryptography - Cryptographically secure online voting system.

Star 历史

cryptoballot/cryptoballot 的 Star 历史图表cryptoballot/cryptoballot 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Cryptoballot 的开源替代方案

相似的开源项目,按与 Cryptoballot 的功能重合度排序。
  • briansmith/ringbriansmith 的头像

    briansmith/ring

    4,091在 GitHub 上查看↗

    Ring is a low-level cryptographic primitive library and security toolset designed for building portable, secure applications. It provides a collection of implementations for RSA, elliptic curve cryptography, and authenticated symmetric encryption. The project focuses on constant-time cryptography to prevent secret data from leaking through timing side-channel attacks. It utilizes a formal verification tool that generates arithmetic logic from templates, ensuring mathematical correctness and eliminating manual implementation errors. The library includes capabilities for producing cryptographi

    Assembly
    在 GitHub 上查看↗4,091
  • briansmith/webpkibriansmith 的头像

    briansmith/webpki

    483在 GitHub 上查看↗

    WebPKI X.509 Certificate Validation in Rust

    Rust
    在 GitHub 上查看↗483
  • brndnmtthws/dryocbrndnmtthws 的头像

    brndnmtthws/dryoc

    338在 GitHub 上查看↗

    Don't Roll Your Own Crypto: pure-Rust, hard to misuse cryptography library

    Rust
    在 GitHub 上查看↗338
  • blake3-team/blake3BLAKE3-team 的头像

    BLAKE3-team/BLAKE3

    6,284在 GitHub 上查看↗

    BLAKE3 is a high-performance implementation of the BLAKE3 cryptographic hash algorithm used for calculating secure data digests and fingerprints. It functions as a parallel cryptographic hash tool that distributes workloads across multiple processor threads to process large datasets rapidly. The project provides specialized tools for keyed hashing and the generation of message authentication codes. It also includes functionality for cryptographic key derivation, allowing the creation of unique secret sub-keys from a master key and context strings. The implementation supports data integrity v

    Assembly
    在 GitHub 上查看↗6,284
查看 Cryptoballot 的所有 25 个替代方案→

常见问题解答

cryptoballot/cryptoballot 是做什么的?

cryptographically secure online voting

cryptoballot/cryptoballot 的主要功能有哪些?

cryptoballot/cryptoballot 的主要功能包括:Rust Cryptography。

cryptoballot/cryptoballot 有哪些开源替代品?

cryptoballot/cryptoballot 的开源替代品包括: briansmith/ring — Ring is a low-level cryptographic primitive library and security toolset designed for building portable, secure… briansmith/webpki — WebPKI X.509 Certificate Validation in Rust. brndnmtthws/dryoc — Don't Roll Your Own Crypto: pure-Rust, hard to misuse cryptography library. ctz/rustls — rustls is a modern implementation of the Transport Layer Security protocol written in the Rust programming language.… dagenix/rust-crypto — A (mostly) pure-Rust implementation of various cryptographic algorithms. blake3-team/blake3 — BLAKE3 is a high-performance implementation of the BLAKE3 cryptographic hash algorithm used for calculating secure…