chore: bump to 1.0.0-pre.0, new name voprf-vx, replace OprfCipherSuite trait with OprfHash type alias
This commit is contained in:
+4
-4
@@ -1,15 +1,15 @@
|
||||
[package]
|
||||
authors = ["Kevin Lewi <[email protected]>"]
|
||||
authors = ["VexaHub Developers", "Kevin Lewi <[email protected]>"]
|
||||
categories = ["no-std", "algorithms", "cryptography"]
|
||||
description = "An implementation of a verifiable oblivious pseudorandom function (VOPRF)"
|
||||
edition = "2024"
|
||||
keywords = ["oprf"]
|
||||
keywords = ["oprf", "voprf", "cryptography", "oblivious-prf"]
|
||||
license = "MIT"
|
||||
name = "voprf-vexahub"
|
||||
name = "voprf-vx"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/facebook/voprf/"
|
||||
rust-version = "1.87"
|
||||
version = "0.7.0-pre.0"
|
||||
version = "1.0.0-pre.0"
|
||||
|
||||
[features]
|
||||
alloc = []
|
||||
|
||||
Reference in New Issue
Block a user