awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
brndnmtthws avatar

brndnmtthws/dryoc

0
View on GitHub↗
338 stars·21 forks·Rust·MIT·4 viewsdocs.rs/dryoc↗

Dryoc

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

Features

  • Rust Cryptography - Pure-Rust implementation of libsodium primitives.

Star history

Star history chart for brndnmtthws/dryocStar history chart for brndnmtthws/dryoc

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Dryoc

Similar open-source projects, ranked by how many features they share with Dryoc.
  • briansmith/ringbriansmith avatar

    briansmith/ring

    4,091View on 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
    View on GitHub↗4,091
  • briansmith/webpkibriansmith avatar

    briansmith/webpki

    483View on GitHub↗

    WebPKI X.509 Certificate Validation in Rust

    Rust
    View on GitHub↗483
  • cryptoballot/cryptoballotcryptoballot avatar

    cryptoballot/cryptoballot

    223View on GitHub↗

    cryptographically secure online voting

    Rust
    View on GitHub↗223
  • blake3-team/blake3BLAKE3-team avatar

    BLAKE3-team/BLAKE3

    6,284View on 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
    View on GitHub↗6,284
See all 25 alternatives to Dryoc→

Frequently asked questions

What does brndnmtthws/dryoc do?

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

What are the main features of brndnmtthws/dryoc?

The main features of brndnmtthws/dryoc are: Rust Cryptography.

What are some open-source alternatives to brndnmtthws/dryoc?

Open-source alternatives to brndnmtthws/dryoc include: 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. cryptoballot/cryptoballot — cryptographically secure online voting. 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…