Skip to content
Snippets Groups Projects
Unverified Commit 21d9df35 authored by 孙如绿叶's avatar 孙如绿叶 Committed by GitHub
Browse files

fix typo (#105)

parent 7be889ae
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
//! single polynomial `p`, and then later provide an evaluation proof that
//! convinces verifiers that a claimed value `v` is the true evaluation of `p`
//! at a chosen point `x`. Our construction follows the template of the construction
//! proposed by Kate, Zaverucha, and Goldberg ([KZG11](http://cacr.uwaterloo.ca/techreports/2010/cacr2010-10.pdf)).
//! proposed by Kate, Zaverucha, and Goldberg ([KZG10](http://cacr.uwaterloo.ca/techreports/2010/cacr2010-10.pdf)).
//! This construction achieves extractability in the algebraic group model (AGM).
use crate::{BTreeMap, Error, LabeledPolynomial, PCRandomness, ToString, Vec};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment