From 51b1519b0c64d52500daefa4e0680e322c08d677 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Tue, 10 May 2022 19:54:11 -0300 Subject: [PATCH] fix category (no_std -> no-std) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0f82e5..e41451b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ authors = [ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ZcashFoundation/reddsa" -categories = ["cryptography", "no_std"] +categories = ["cryptography", "no-std"] keywords = ["cryptography", "crypto", "zcash"] description = "A standalone implementation of the RedDSA signature scheme."