Updating test vectors and add missing check for poprf (#62)

This commit is contained in:
Kevin Lewi
2022-02-15 13:37:59 -08:00
committed by GitHub
parent 1af4f470c3
commit 8277383fc3
2 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -340,7 +340,7 @@
//! let messages: Vec<_> = messages.collect();
//! ```
//!
//! If [`alloc`] is available, [VoprfServer::batch_evaluate] can be called
//! If `alloc` is available, [VoprfServer::batch_evaluate] can be called
//! to avoid having to collect output manually:
//!
//! ```
@@ -432,7 +432,7 @@
//!
//! # Features
//!
//! - The `alloc` feature requires Rusts [`alloc`] crate and enables batching
//! - The `alloc` feature requires Rust's `alloc` crate and enables batching
//! VOPRF evaluations.
//!
//! - The `serde` feature, enabled by default, provides convenience functions