Publishing v0.2 (#31)
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 0.2.0 (October 18, 2021)
|
||||
|
||||
* Removed the CipherSuite interface
|
||||
* Added the "danger" feature for exposing internal functions
|
||||
* General improvements to the group interface
|
||||
|
||||
## 0.1.0 (September 29, 2021)
|
||||
|
||||
* Initial release
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "voprf"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "An implementation of a verifiable oblivious pseudorandom function (VOPRF)"
|
||||
authors = ["Kevin Lewi <[email protected]>"]
|
||||
repository = "https://github.com/novifinancial/voprf/"
|
||||
|
||||
Reference in New Issue
Block a user