Voprf update (#255)

* Update to latest voprf

* Upgrade to Rust edition 2021

* Fix Clippy

* Remove all allocations

* Remove unnecessary `allow(type_alias_bounds)`

* Make all serialization infallible

* Remove self-dependency

* Update rustyline
This commit is contained in:
daxpedda
2022-01-05 15:10:57 -08:00
committed by GitHub
parent 82e4436d39
commit 36f0a55518
26 changed files with 1399 additions and 876 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ opaque-ke = "0.6.0"
### Minimum Supported Rust Version
Rust **1.51** or higher.
Rust **1.56** or higher.
Audit
-----