Skip to content

Commit

Permalink
fix docstring for LurkProofMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpaulino committed Jul 20, 2023
1 parent e3c7ca9 commit 46bf080
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cli/lurk_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ use super::field_data::HasFieldModulus;
/// Carries extra information to help with visualization, experiments etc.
///
/// Note: the `ZStore` in this struct only has enough data to recover the meaning
/// of the claim being proven: `expression`, when evaluated in the context of
/// `environment`, is reduced to `result`. It doesn't contain private data.
/// of the claim being proven: `expr`, when evaluated in the context of `env` and
/// continuation `cont`, is reduced to `expr_out`, resulting on environment
/// `env_out` and continuation `cont_out`. It doesn't contain private data.
#[derive(Serialize, Deserialize)]
pub struct LurkProofMeta<F: LurkField> {
pub(crate) iterations: usize,
Expand Down

0 comments on commit 46bf080

Please sign in to comment.