Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 7a59d38

Browse files
committed
Update Cargo.toml for first release
1 parent eed338b commit 7a59d38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name = "ark-ec-vrfs"
33
version = "0.1.0"
44
edition = "2021"
5-
authors = [ "Davide Galassi" ]
6-
description = "EC VRFs with arkworks"
5+
authors = [ "Davide Galassi <[email protected]>" ]
6+
description = "Elliptic curve VRF with additional data"
7+
keywords = [ "cryptography", "vrf", "ring-vrf", "zk-snark" ]
78
repository = "https://github.com/davxy/ark-ecvrf"
89

910
[dependencies]

0 commit comments

Comments
 (0)