mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
'crypto' means 'cryptography'
This commit is contained in:
parent
526ce175d9
commit
78d9804bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue