From a8b40940c151a5fb1ecbf7e51d7eddc0cd7b314c Mon Sep 17 00:00:00 2001 From: Romashka Date: Thu, 19 Dec 2024 20:59:57 +0200 Subject: [PATCH 1/2] typo-Update transcript.rs --- ark-bcs/src/bcs/transcript.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ark-bcs/src/bcs/transcript.rs b/ark-bcs/src/bcs/transcript.rs index a5036c99..70394f1e 100644 --- a/ark-bcs/src/bcs/transcript.rs +++ b/ark-bcs/src/bcs/transcript.rs @@ -141,7 +141,7 @@ where } } - /// Register a virtual oracle specfied by coset evaluator. + /// Register a virtual oracle specified by coset evaluator. /// * `coset_query_evaluator`: a function that takes a coset and constituent /// oracles, and return query responses /// * `evaluation_on_domain`: evaluation of this virtual round on evaluation From 6b8d4c04e2daacf6d65f9280d566518ef8823338 Mon Sep 17 00:00:00 2001 From: Romashka Date: Thu, 19 Dec 2024 21:00:40 +0200 Subject: [PATCH 2/2] typo-Update rl_ldt.rs --- ark-bcs/src/ldt/rl_ldt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ark-bcs/src/ldt/rl_ldt.rs b/ark-bcs/src/ldt/rl_ldt.rs index d2ff7cdc..5a5f5fc0 100644 --- a/ark-bcs/src/ldt/rl_ldt.rs +++ b/ark-bcs/src/ldt/rl_ldt.rs @@ -98,7 +98,7 @@ impl LDT for LinearCombinationLDT { .map(|_| FieldElementSize::Full) .collect::>(), ); - transcript.submit_verifier_current_round(namespace, iop_trace!("ldt random coefficeints")); + transcript.submit_verifier_current_round(namespace, iop_trace!("ldt random coefficients")); let mut result_codewords = (0..param.domain.size()) .map(|_| F::zero())