chore: bump to 1.0.0-pre.0, new name voprf-vx, replace OprfCipherSuite trait with OprfHash type alias

This commit is contained in:
2026-06-29 10:16:40 +02:00
parent 9f9dc23aa1
commit 879850ddf7
8 changed files with 47 additions and 49 deletions
+4 -4
View File
@@ -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 = []