algebra
curve25519-dalek
Our great sponsors
algebra | curve25519-dalek | |
---|---|---|
2 | 5 | |
414 | 648 | |
6.8% | 4.0% | |
7.8 | 0.0 | |
5 days ago | 6 days ago | |
Rust | Rust | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
algebra
-
Example of how of `disallowed_method` Clippy lint in Rust 1.54 can be quite handy
Is ark a prefix Embark is using for all their Rust crates, or is it a one-off name for your future crate? If so, it might collide with our naming convention in the arkworks ecosystem: arkworks.rs
curve25519-dalek
-
Looking for good (low level?) Elliptic Curve library
Much of what you'll find highly visibly will be high-level libraries, but look at their dependencies. For example, from the ed25519 library you may find ed25519-dalek, and from there you could find curve25519-dalek which deals in point encodings and that like. (I don't know these particular libraries; they might help or just serve as an example of a viable exploration path).
-
Biscuit authentication/authorization tokens are released in v1.0
curve25519-dalek for the cryptographic implementation of Ristretto
What are some alternatives?
rust-crypto - A (mostly) pure-Rust implementation of various cryptographic algorithms.
ed25519-dalek - Fast and efficient ed25519 signing and verification in Rust.
rust-openssl - OpenSSL bindings for Rust
octavo - Highly modular & configurable hash & crypto library
rustls - A modern TLS library in Rust
suruga - [INACTIVE] TLS 1.2 implementation in Rust
mathjs - An extensive math library for JavaScript and Node.js
sodiumoxide - [DEPRECATED] Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium)
RustCrypto Elliptic Curves - Collection of pure Rust elliptic curve implementations: NIST P-256, P-384, secp256k1
recrypt - A set of cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption.
Ockam - Build secure-by-design applications that can Trust Data-in-Motion. Orchestrate end-to-end encryption, mutual authentication, key management, credential management & authorization policy enforcement — at scale.
mpw-rs - Master Password in Pure Rust