Skip to content

Commit d80078f

Browse files
committed
Change crate name to just ark-vrf
1 parent 9218c74 commit d80078f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
2-
name = "ark-ec-vrfs"
3-
version = "0.1.2"
2+
name = "ark-vrf"
3+
version = "0.1.0"
44
edition = "2021"
55
authors = [ "Davide Galassi <davxy@datawok.net>" ]
66
license = "MIT"
77
description = "Elliptic curve VRF with additional data"
8-
keywords = [ "cryptography", "vrf", "ring-vrf", "zk-snark" ]
9-
repository = "https://github.com/davxy/ark-ec-vrfs"
8+
keywords = [ "cryptography", "vrf", "ec-vrf", "ring-vrf", "zk-snark" ]
9+
repository = "https://github.com/davxy/ark-vrf"
1010

1111
[dependencies]
1212
ark-ec = { version = "0.5", default-features = false }

0 commit comments

Comments
 (0)