From 9d893d19b7343aaecd30891f595b2601523dbcbd Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Wed, 9 Dec 2020 14:01:50 +0900 Subject: [PATCH] fix toml keyword (#55) --- .vscode/spellright.dict | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/spellright.dict b/.vscode/spellright.dict index 25d4f39..84b2d2b 100644 --- a/.vscode/spellright.dict +++ b/.vscode/spellright.dict @@ -24,3 +24,4 @@ NONINFRINGEMENT md typenum rs +ecc diff --git a/Cargo.toml b/Cargo.toml index 47b4ce6..8415467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" keywords = [ "secp256k1", "crypto", - "elliptic curves", + "ecc", "ecies", "cryptocurrency", ]