Merge pull request #267 from dalek-cryptography/add-crypto-tag

'crypto' means 'cryptography'
This commit is contained in:
Henry de Valence 2019-07-30 12:54:28 -07:00 committed by GitHub
commit 09e2615589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",