ed25519-dalek
Key generator
Fast and efficient implementation of ed25519 key generation, signing, and verification in Rust.
Fast and efficient ed25519 signing and verification in Rust.
686 stars
25 watching
227 forks
Language: Rust
last commit: 5 months ago
Linked from 1 awesome list
cryptographycurve25519ed25519rustsigningverification
Related projects:
Repository | Description | Stars |
---|---|---|
dalek-cryptography/x25519-dalek | An implementation of elliptic curve Diffie-Hellman key exchange using the x25519 curve | 331 |
dalek-cryptography/curve25519-dalek | Provides an implementation of elliptic curve arithmetic and associated cryptographic primitives. | 901 |
dalek-cryptography/bulletproofs | A high-performance Rust implementation of Bulletproofs, enabling efficient single-party and multi-party computations with programmable constraints. | 1,049 |
rustcrypto/signatures | This project provides digital signature algorithms and implementation in Rust. | 472 |
q9f/secp256k1.cr | A native Crystal language implementation of the Secp256k1 elliptic curve cryptographic algorithm | 48 |
rustcrypto/elliptic-curves | A collection of implementations for pure Rust elliptic curve cryptography. | 683 |
sorairolake/scryptenc-rs | A Rust library and tool implementing the scrypt encrypted data format | 1 |
aditisrinivas97/crypto-vinaigrette | A tool for generating and verifying quantum-resistant digital signatures. | 21 |
adria0/plonk-by-fingers | Implementation of the Plonk by Hand protocol in Rust to understand its inner workings | 60 |
dagenix/rust-crypto | A pure-Rust implementation of common cryptographic algorithms | 1,394 |
dusk-network/bls12_381 | Implementation of a pairing-friendly elliptic curve group with extra features needed by the Dusk-Network team. | 21 |
espressosystems/jellyfish | A Rust implementation of a cryptographic system and extensions. | 406 |
rustcrypto/formats | Provides tools and libraries for encoding and decoding various cryptographic formats | 250 |
dedis/kyber | A comprehensive cryptographic toolkit for Go developers | 643 |
rustcrypto/aeads | A collection of authenticated encryption algorithms implemented in Rust | 728 |