'crypto' means 'cryptography'

This commit is contained in:
Henry de Valence 2019-07-30 12:43:56 -07:00
parent 526ce175d9
commit 78d9804bf9

View file

@ -9,7 +9,7 @@ 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", "ristretto", "curve25519", "ECC"]
keywords = ["cryptography", "crypto", "ristretto", "curve25519", "elliptic curve"]
description = "A pure-Rust implementation of group operations on ristretto255 and Curve25519"
exclude = [
"**/.gitignore",