mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +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"
|
||||
license-file = "LICENSE"
|
||||
repository = "https://code.ciph.re/isis/ed25519rs"
|
||||
keywords = ["cryptography", "ed25519", "signature", "elliptic", "curve", "ECC"]
|
||||
description = "A fast and efficient implementation of ed25519 signing and verification."
|
||||
keywords = ["cryptography", "ed25519", "signature", "ECC"]
|
||||
description = "Fast and efficient ed25519 signing and verification."
|
||||
exclude = [ ".gitignore" ]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue