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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
RustCrypto avatar

RustCrypto/hashes

0
View on GitHub↗
2,230 stars·323 forks·Rust·13 vues

Hashes

Collection of cryptographic hash functions written in pure Rust

Features

  • Rust Cryptography - Collection of cryptographic hash functions in pure Rust.

Historique des stars

Graphique de l'historique des stars pour rustcrypto/hashesGraphique de l'historique des stars pour rustcrypto/hashes

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Hashes

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Hashes.
  • briansmith/ringAvatar de briansmith

    briansmith/ring

    4,091Voir sur 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
    Voir sur GitHub↗4,091
  • briansmith/webpkiAvatar de briansmith

    briansmith/webpki

    483Voir sur GitHub↗

    WebPKI X.509 Certificate Validation in Rust

    Rust
    Voir sur GitHub↗483
  • brndnmtthws/dryocAvatar de brndnmtthws

    brndnmtthws/dryoc

    338Voir sur GitHub↗

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

    Rust
    Voir sur GitHub↗338
  • blake3-team/blake3Avatar de BLAKE3-team

    BLAKE3-team/BLAKE3

    6,284Voir sur 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
    Voir sur GitHub↗6,284
Voir les 25 alternatives à Hashes→

Questions fréquentes

Que fait rustcrypto/hashes ?

Collection of cryptographic hash functions written in pure Rust

Quelles sont les fonctionnalités principales de rustcrypto/hashes ?

Les fonctionnalités principales de rustcrypto/hashes sont : Rust Cryptography.

Quelles sont les alternatives open-source à rustcrypto/hashes ?

Les alternatives open-source à rustcrypto/hashes incluent : 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. 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.… blake3-team/blake3 — BLAKE3 is a high-performance implementation of the BLAKE3 cryptographic hash algorithm used for calculating secure…