Publishing v0.4.0-pre.1 (#72)

This commit is contained in:
Kevin Lewi
2022-04-01 17:30:28 -07:00
committed by GitHub
parent dfa88efeca
commit f26f5d2c57
8 changed files with 40 additions and 28 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ where
Ok(VoprfServerBatchEvaluateResult { messages, proof })
}
/// Alternative version of [`batch_evaluate`](Self::batch_evaluate) without
/// Alternative version of `batch_evaluate` without
/// memory allocation. Returned [`PreparedEvaluationElement`] have to be
/// [`collect`](Iterator::collect)ed and passed into
/// [`batch_evaluate_finish`](Self::batch_evaluate_finish).