Skip to content

Commit

Permalink
Merge pull request #267 from dalek-cryptography/add-crypto-tag
Browse files Browse the repository at this point in the history
'crypto' means 'cryptography'
  • Loading branch information
hdevalence authored Jul 30, 2019
2 parents 526ce17 + 78d9804 commit 09e2615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09e2615

Please sign in to comment.