mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-07 20:30:39 +00:00
Fix up the keywords and description.
This commit is contained in:
parent
9186fb9a6d
commit
1dc3865bf0
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ authors = ["Isis Lovecruft <isis@torproject.org>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
repository = "https://code.ciph.re/isis/ed25519rs"
|
repository = "https://code.ciph.re/isis/ed25519rs"
|
||||||
keywords = ["cryptography", "ed25519", "signature", "elliptic", "curve", "ECC"]
|
keywords = ["cryptography", "ed25519", "signature", "ECC"]
|
||||||
description = "A fast and efficient implementation of ed25519 signing and verification."
|
description = "Fast and efficient ed25519 signing and verification."
|
||||||
exclude = [ ".gitignore" ]
|
exclude = [ ".gitignore" ]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue