mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Add Cargo.toml keywords, categories, and revise description.
This commit is contained in:
parent
85c77f5da0
commit
86c29ff6e7
1 changed files with 3 additions and 2 deletions
|
|
@ -7,8 +7,9 @@ license = "CC0-1.0"
|
||||||
repository = "https://github.com/isislovecruft/ed25519-dalek"
|
repository = "https://github.com/isislovecruft/ed25519-dalek"
|
||||||
homepage = "https://code.ciph.re/isis/ed25519-dalek"
|
homepage = "https://code.ciph.re/isis/ed25519-dalek"
|
||||||
documentation = "https://docs.rs/ed25519-dalek"
|
documentation = "https://docs.rs/ed25519-dalek"
|
||||||
keywords = ["cryptography", "ed25519", "signature", "ECC"]
|
keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
|
||||||
description = "Fast and efficient ed25519 signing and verification."
|
categories = ["cryptography", "no-std"]
|
||||||
|
description = "Fast and efficient ed25519 signing and verification in pure Rust."
|
||||||
exclude = [ ".gitignore", "TESTVECTORS" ]
|
exclude = [ ".gitignore", "TESTVECTORS" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue