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.

GitHub

692 stars
25 watching
228 forks
Language: Rust
last commit: 7 months ago
Linked from 1 awesome list

cryptographycurve25519ed25519rustsigningverification

Backlinks from these awesome lists:

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. 910
dalek-cryptography/bulletproofs A high-performance Rust implementation of Bulletproofs, enabling efficient single-party and multi-party computations with programmable constraints. 1,058
rustcrypto/signatures This project provides digital signature algorithms and implementation in Rust. 478
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. 694
sorairolake/scryptenc-rs A Rust library and tool implementing a secure data encryption format based on the scrypt algorithm 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,400
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. 412
rustcrypto/formats Provides tools and libraries for encoding and decoding various cryptographic formats 253
dedis/kyber A comprehensive cryptographic toolkit for Go developers 646
rustcrypto/aeads A collection of authenticated encryption algorithms implemented in Rust 733