From 385004cadb1b0c6f23847a13e588c43a8487e6b6 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 19 Jan 2018 23:01:47 +0000 Subject: [PATCH] Add dalek logo to README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 91f533b..e968134 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # curve25519-dalek [![](https://img.shields.io/crates/v/curve25519-dalek.svg)](https://crates.io/crates/curve25519-dalek) [![](https://docs.rs/curve25519-dalek/badge.svg)](https://docs.rs/curve25519-dalek) [![](https://travis-ci.org/isislovecruft/curve25519-dalek.svg?branch=master)](https://travis-ci.org/isislovecruft/curve25519-dalek) + + **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² = 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19).**