Skip to content

Commit

Permalink
chore: address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Jan 31, 2025
1 parent 8c9baaf commit ea9b61e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions air/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ pub struct ProofOptions {
batching_deep: BatchingMethod,
partition_options: PartitionOptions,
batching_deep: BatchingType,
partition_options: PartitionOptions,
}

// PROOF OPTIONS IMPLEMENTATION
Expand Down Expand Up @@ -257,6 +258,7 @@ impl ProofOptions {
/// Returns the `[BatchingMethod]` defining the method used for batching the multi-point quotients
/// defining the DEEP polynomial.
///
/// Linear batching implies that independently drawn random values per multi-point quotient
/// will be used to do the batching, while Algebraic batching implies that powers of a single
/// random value are used.
///
Expand Down

0 comments on commit ea9b61e

Please sign in to comment.