mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Add dalek logo to README.
This commit is contained in:
parent
47d594e61f
commit
385004cadb
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
|
|
||||||
# curve25519-dalek [](https://crates.io/crates/curve25519-dalek) [](https://docs.rs/curve25519-dalek) [](https://travis-ci.org/isislovecruft/curve25519-dalek)
|
# curve25519-dalek [](https://crates.io/crates/curve25519-dalek) [](https://docs.rs/curve25519-dalek) [](https://travis-ci.org/isislovecruft/curve25519-dalek)
|
||||||
|
|
||||||
|
<img
|
||||||
|
width="50%"
|
||||||
|
align="right"
|
||||||
|
src="https://user-images.githubusercontent.com/797/34898472-83686016-f7f3-11e7-967b-24b2aadd623a.png"/>
|
||||||
|
|
||||||
**A low-level cryptographic library for point, group, field, and scalar
|
**A low-level cryptographic library for point, group, field, and scalar
|
||||||
operations on a curve isomorphic to the twisted Edwards curve defined by -x²+y²
|
operations on a curve isomorphic to the twisted Edwards curve defined by -x²+y²
|
||||||
= 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19).**
|
= 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19).**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue