From 3fb0ccc68f3819e6e4bee89996600a36e841f953 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Tue, 6 Feb 2018 10:52:10 -0800 Subject: [PATCH] Bump version to 0.15 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2bc6768..263e082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.14.4" +version = "0.15.0" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" @@ -9,8 +9,8 @@ repository = "https://github.com/dalek-cryptography/curve25519-dalek" homepage = "https://dalek.rs/curve25519-dalek" documentation = "https://docs.rs/curve25519-dalek" categories = ["cryptography", "no-std"] -keywords = ["cryptography", "curve25519", "elliptic", "curve", "ECC"] -description = "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)." +keywords = ["cryptography", "ristretto", "curve25519", "ECC"] +description = "A pure-Rust implementation of group operations on Ristretto and Curve25519" exclude = [ "**/.gitignore", ".gitignore",