Skip to content

Commit

Permalink
chore: Export snippet to get FriPolynomial from proof stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Sword-Smith committed Apr 30, 2024
1 parent 50cefc6 commit 60fd949
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasm-lib/src/exported_snippets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ pub fn name_to_snippet(fn_name: &str) -> Box<dyn BasicSnippet> {
"tasmlib_verifier_vm_proof_iter_dequeue_next_as_fricodeword" => {
Box::new(DequeueNextAs { proof_item: ProofItemVariant::FriCodeword })
}
"tasmlib_verifier_vm_proof_iter_dequeue_next_as_fripolynomial" => {
Box::new(DequeueNextAs { proof_item: ProofItemVariant::FriPolynomial })
}
"tasmlib_verifier_vm_proof_iter_dequeue_next_as_friresponse" => {
Box::new(DequeueNextAs { proof_item: ProofItemVariant::FriResponse })
}
Expand Down

0 comments on commit 60fd949

Please sign in to comment.