From cb0c8f1e07e004a9ed89c464655f63b8b9bda9b2 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sun, 25 Jun 2017 23:13:56 -0600 Subject: [PATCH] Fix description of `ff`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a90e446..294a204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ff" version = "0.1.0" authors = ["Sean Bowe "] -description = "Procedural macro library used to build custom prime field implementations" +description = "Library for building and interfacing with finite fields" documentation = "https://github.com/ebfull/ff" homepage = "https://github.com/ebfull/ff" license = "MIT/Apache-2.0"