Home

Awesome

<p align="center"> <img alt="dalek-cryptography logo: a dalek with edwards curves as sparkles coming out of its radar-schnozzley blaster thingies" width="200px" src="https://cdn.jsdelivr.net/gh/dalek-cryptography/curve25519-dalek/docs/assets/dalek-logo-clear.png"/> </p>

Dalek elliptic curve cryptography

This repo contains pure-Rust crates for elliptic curve cryptography:

CrateDescriptionCrates.ioDocsCI
curve25519‑dalekA library for arithmetic over the Curve25519 and Ristretto elliptic curves and their associated scalars.CI
ed25519‑dalekAn implementation of the EdDSA digital signature scheme over Curve25519.CI
x25519‑dalekAn implementation of elliptic curve Diffie-Hellman key exchange over Curve25519.CI

There is also the curve25519-dalek-derive crate, which is just a helper crate with some macros that make curve25519-dalek easier to write.

Contributing

Please see CONTRIBUTING.md.

Code of Conduct

We follow the Rust Code of Conduct, with the following additional clauses: