We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18953ec commit 2d333bfCopy full SHA for 2d333bf
eip7594/src/verifier.rs
@@ -186,6 +186,7 @@ impl VerifierContext {
186
#[deprecated(
187
note = "This method will be removed from the public API, ie made crate private. Use `recover_cells_and_proofs` instead."
188
)]
189
+ #[allow(deprecated)]
190
pub fn recover_all_cells(
191
&self,
192
cell_ids: Vec<CellID>,
@@ -281,6 +282,7 @@ impl VerifierContext {
281
282
283
note = "This method will no longer be used, given we do not need to recover the full extended polynomial"
284
285
286
pub(crate) fn recover_extended_polynomial(
287
288
0 commit comments