Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirhemo committed May 31, 2024
1 parent e540b77 commit 25168f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recursion/program/src/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use sp1_recursion_compiler::ir::{Array, Builder, Config, Ext, FromConstant, Usiz

use crate::fri::types::{FriConfigVariable, TwoAdicPcsRoundVariable};

/// Reference: [p3_commit::PolynomialSpace]
pub trait PolynomialSpaceVariable<C: Config>: Sized + FromConstant<C> {
type Constant: PolynomialSpace<Val = C::F>;

Expand Down Expand Up @@ -33,6 +34,7 @@ pub trait PolynomialSpaceVariable<C: Config>: Sized + FromConstant<C> {
) -> Self;
}

/// Reference: [p3_commit::Pcs]
pub trait PcsVariable<C: Config, Challenger> {
type Domain: PolynomialSpaceVariable<C>;

Expand Down

0 comments on commit 25168f1

Please sign in to comment.