signatures
Digital signatures library
This project provides digital signature algorithms and implementation in Rust.
Cryptographic signature algorithms: DSA, ECDSA, Ed25519
472 stars
10 watching
109 forks
Language: Rust
last commit: 9 days ago
Linked from 1 awesome list
dsaecdsaed25519rustsignatures
Related projects:
Repository | Description | Stars |
---|---|---|
tlsfuzzer/python-ecdsa | A Python implementation of ECDSA and ECDH algorithms | 916 |
rustcrypto/aeads | A collection of authenticated encryption algorithms implemented in Rust | 728 |
dmazzella/ucrypto | Provides a fast implementation of digital signatures using RSA and Elliptic Curve Cryptography. | 32 |
dalek-cryptography/ed25519-dalek | Fast and efficient implementation of ed25519 key generation, signing, and verification in Rust. | 686 |
rustcrypto/formats | Provides tools and libraries for encoding and decoding various cryptographic formats | 250 |
dagenix/rust-crypto | A pure-Rust implementation of common cryptographic algorithms | 1,394 |
rustcrypto/elliptic-curves | A collection of implementations for pure Rust elliptic curve cryptography. | 683 |
rust-bitcoin/rust-bitcoin | A Rust library for serializing and deserializing Bitcoin protocol messages and keys. | 2,132 |
personaelabs/spartan-ecdsa | A Rust implementation of an ECDSA signature verification algorithm optimized for performance and security | 203 |
sermodigital/jose | Provides libraries for securely creating and validating JSON-based digital signatures and encrypted messages | 914 |
rustcrypto/hashes | A collection of cryptographic hash functions written in Rust. | 1,879 |
rustcrypto/nacl-compat | Provides Rust compatibility with NaCl-family libraries for secure cryptographic functions. | 58 |
herumi/ecdsa-motoko | Provides a cryptographic implementation in Motoko, a high-level programming language. | 14 |
potatosalad/erlang-crypto_rsassa_pss | A cryptographic signature algorithm implementation for Erlang and Elixir | 12 |
rustcrypto/password-hashes | A collection of password hashing algorithms implemented in Rust. | 673 |