From 2dcc46205f6871292c04e37688aec58789e358be Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Sun, 24 Sep 2017 23:08:18 +0200 Subject: [PATCH] Update crate description. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29d24d5..a637f75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "lamport_sigs" version = "0.5.1-pre" authors = ["Frederic Jacobs "] -description = "lamport_sigs is a Rust implementation of the Lamport one-time signature scheme." +description = "Implementation of the Lamport one-time signature scheme." license = "BSD-3-Clause" documentation = "https://spinresearch.github.io/lamport_sigs.rs/lamport_sigs/index.html" homepage = "https://github.com/SpinResearch/lamport_sigs.rs"