Skip to content

Commit

Permalink
deploy: 8a2176f
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Oct 8, 2024
1 parent 0074bc6 commit c10b108
Show file tree
Hide file tree
Showing 20 changed files with 91 additions and 93 deletions.
6 changes: 3 additions & 3 deletions rustdoc/kimchi/proof/struct.LookupCommitments.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions rustdoc/kimchi/proof/struct.ProverCommitments.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions rustdoc/kimchi/proof/struct.ProverProof.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div><span id="structfield.ft_eval1" class="structfield small-section-header"><a href="#structfield.ft_eval1" class="anchor field">§</a><code>ft_eval1: G::ScalarField</code></span><div class="docblock"><p>Required evaluation for <a href="https://o1-labs.github.io/proof-systems/kimchi/maller_15.html#the-evaluation-of-l">Maller’s
optimization</a></p>
</div><span id="structfield.prev_challenges" class="structfield small-section-header"><a href="#structfield.prev_challenges" class="anchor field">§</a><code>prev_challenges: <a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.RecursionChallenge.html" title="struct kimchi::proof::RecursionChallenge">RecursionChallenge</a>&lt;G&gt;&gt;</code></span><div class="docblock"><p>The challenges underlying the optional polynomials folded into the proof</p>
</div><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-ProverProof%3CG,+OpeningProof%3E" class="impl"><a class="srclink rightside" href="../../src/kimchi/prover.rs.html#125-1490">source</a><a href="#impl-ProverProof%3CG,+OpeningProof%3E" class="anchor">§</a><h3 class="code-header">impl&lt;G: <a class="trait" href="../curve/trait.KimchiCurve.html" title="trait kimchi::curve::KimchiCurve">KimchiCurve</a>, OpeningProof: OpenProof&lt;G&gt;&gt; <a class="struct" href="struct.ProverProof.html" title="struct kimchi::proof::ProverProof">ProverProof</a>&lt;G, OpeningProof&gt;<span class="where fmt-newline">where
</div><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-ProverProof%3CG,+OpeningProof%3E" class="impl"><a class="srclink rightside" href="../../src/kimchi/prover.rs.html#125-1489">source</a><a href="#impl-ProverProof%3CG,+OpeningProof%3E" class="anchor">§</a><h3 class="code-header">impl&lt;G: <a class="trait" href="../curve/trait.KimchiCurve.html" title="trait kimchi::curve::KimchiCurve">KimchiCurve</a>, OpeningProof: OpenProof&lt;G&gt;&gt; <a class="struct" href="struct.ProverProof.html" title="struct kimchi::proof::ProverProof">ProverProof</a>&lt;G, OpeningProof&gt;<span class="where fmt-newline">where
G::BaseField: PrimeField,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.create" class="method"><a class="srclink rightside" href="../../src/kimchi/prover.rs.html#134-154">source</a><h4 class="code-header">pub fn <a href="#method.create" class="fn">create</a>&lt;EFqSponge: <a class="trait" href="https://doc.rust-lang.org/1.72.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + FqSponge&lt;G::BaseField, G, G::ScalarField&gt;, EFrSponge: <a class="trait" href="../plonk_sponge/trait.FrSponge.html" title="trait kimchi::plonk_sponge::FrSponge">FrSponge</a>&lt;G::ScalarField&gt;&gt;(
groupmap: &amp;G::Map,
witness: [<a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;G::ScalarField&gt;; <a class="primitive" href="https://doc.rust-lang.org/1.72.1/std/primitive.array.html">15</a>],
Expand All @@ -22,7 +22,7 @@
<a class="struct" href="../verifier_index/struct.VerifierIndex.html" title="struct kimchi::verifier_index::VerifierIndex">VerifierIndex</a>&lt;G, OpeningProof&gt;: <a class="trait" href="https://doc.rust-lang.org/1.72.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</span></h4></section></summary><div class="docblock"><p>This function constructs prover’s zk-proof from the witness &amp; the <code>ProverIndex</code> against SRS instance</p>
<h5 id="errors"><a href="#errors">Errors</a></h5>
<p>Will give error if <code>create_recursive</code> process fails.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.create_recursive" class="method"><a class="srclink rightside" href="../../src/kimchi/prover.rs.html#167-1489">source</a><h4 class="code-header">pub fn <a href="#method.create_recursive" class="fn">create_recursive</a>&lt;EFqSponge: <a class="trait" href="https://doc.rust-lang.org/1.72.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + FqSponge&lt;G::BaseField, G, G::ScalarField&gt;, EFrSponge: <a class="trait" href="../plonk_sponge/trait.FrSponge.html" title="trait kimchi::plonk_sponge::FrSponge">FrSponge</a>&lt;G::ScalarField&gt;&gt;(
</div></details><details class="toggle method-toggle" open><summary><section id="method.create_recursive" class="method"><a class="srclink rightside" href="../../src/kimchi/prover.rs.html#167-1488">source</a><h4 class="code-header">pub fn <a href="#method.create_recursive" class="fn">create_recursive</a>&lt;EFqSponge: <a class="trait" href="https://doc.rust-lang.org/1.72.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + FqSponge&lt;G::BaseField, G, G::ScalarField&gt;, EFrSponge: <a class="trait" href="../plonk_sponge/trait.FrSponge.html" title="trait kimchi::plonk_sponge::FrSponge">FrSponge</a>&lt;G::ScalarField&gt;&gt;(
group_map: &amp;G::Map,
witness: [<a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;G::ScalarField&gt;; <a class="primitive" href="https://doc.rust-lang.org/1.72.1/std/primitive.array.html">15</a>],
runtime_tables: &amp;[<a class="struct" href="../circuits/lookup/runtime_tables/struct.RuntimeTable.html" title="struct kimchi::circuits::lookup::runtime_tables::RuntimeTable">RuntimeTable</a>&lt;G::ScalarField&gt;],
Expand Down
2 changes: 1 addition & 1 deletion rustdoc/kimchi/prover/caml/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `caml` mod in crate `kimchi`."><title>kimchi::prover::caml - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-9bb858ba049f1f21.css" id="mainThemeStyle"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="kimchi" data-themes="" data-resource-suffix="" data-rustdoc-version="1.72.1 (d5c2e9c34 2023-09-13)" data-channel="1.72.1" data-search-js="search-f6292fe389d70017.js" data-settings-js="settings-de11bff964e9d4e5.js" data-settings-css="settings-8c76f75bfb6bd192.css" data-theme-light-css="light-0f8c037637f9eb3e.css" data-theme-dark-css="dark-1097f8e92a01e3cf.css" data-theme-ayu-css="ayu-614652228113ac93.css" ><script src="../../../static.files/storage-59fd9b8ccb335783.js"></script><script defer src="../../../static.files/main-0795b7d26be81095.js"></script><noscript><link rel="stylesheet" media="(prefers-color-scheme:light)" href="../../../static.files/light-0f8c037637f9eb3e.css"><link rel="stylesheet" media="(prefers-color-scheme:dark)" href="../../../static.files/dark-1097f8e92a01e3cf.css"><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../kimchi/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../kimchi/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module caml</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#reexports">Re-exports</a></li><li><a href="#structs">Structs</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">kimchi</a>::<wbr><a href="../index.html">prover</a>::<wbr><a class="mod" href="#">caml</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/kimchi/prover.rs.html#1514">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><h2 id="reexports" class="small-section-header"><a href="#reexports">Re-exports</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.CamlProverTraces"><code>pub use internal_traces::caml::<a class="struct" href="../internal_traces/caml/struct.CamlTraces.html" title="struct kimchi::prover::internal_traces::caml::CamlTraces">CamlTraces</a> as CamlProverTraces;</code></div></li></ul><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.CamlLookupCommitments.html" title="struct kimchi::prover::caml::CamlLookupCommitments">CamlLookupCommitments</a></div></li><li><div class="item-name"><a class="struct" href="struct.CamlProofWithPublic.html" title="struct kimchi::prover::caml::CamlProofWithPublic">CamlProofWithPublic</a></div></li><li><div class="item-name"><a class="struct" href="struct.CamlProverCommitments.html" title="struct kimchi::prover::caml::CamlProverCommitments">CamlProverCommitments</a></div></li><li><div class="item-name"><a class="struct" href="struct.CamlProverProof.html" title="struct kimchi::prover::caml::CamlProverProof">CamlProverProof</a></div></li></ul></section></div></main></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `caml` mod in crate `kimchi`."><title>kimchi::prover::caml - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-9bb858ba049f1f21.css" id="mainThemeStyle"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="kimchi" data-themes="" data-resource-suffix="" data-rustdoc-version="1.72.1 (d5c2e9c34 2023-09-13)" data-channel="1.72.1" data-search-js="search-f6292fe389d70017.js" data-settings-js="settings-de11bff964e9d4e5.js" data-settings-css="settings-8c76f75bfb6bd192.css" data-theme-light-css="light-0f8c037637f9eb3e.css" data-theme-dark-css="dark-1097f8e92a01e3cf.css" data-theme-ayu-css="ayu-614652228113ac93.css" ><script src="../../../static.files/storage-59fd9b8ccb335783.js"></script><script defer src="../../../static.files/main-0795b7d26be81095.js"></script><noscript><link rel="stylesheet" media="(prefers-color-scheme:light)" href="../../../static.files/light-0f8c037637f9eb3e.css"><link rel="stylesheet" media="(prefers-color-scheme:dark)" href="../../../static.files/dark-1097f8e92a01e3cf.css"><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../kimchi/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../kimchi/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module caml</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#reexports">Re-exports</a></li><li><a href="#structs">Structs</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">kimchi</a>::<wbr><a href="../index.html">prover</a>::<wbr><a class="mod" href="#">caml</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/kimchi/prover.rs.html#1513">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><h2 id="reexports" class="small-section-header"><a href="#reexports">Re-exports</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.CamlProverTraces"><code>pub use internal_traces::caml::<a class="struct" href="../internal_traces/caml/struct.CamlTraces.html" title="struct kimchi::prover::internal_traces::caml::CamlTraces">CamlTraces</a> as CamlProverTraces;</code></div></li></ul><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.CamlLookupCommitments.html" title="struct kimchi::prover::caml::CamlLookupCommitments">CamlLookupCommitments</a></div></li><li><div class="item-name"><a class="struct" href="struct.CamlProofWithPublic.html" title="struct kimchi::prover::caml::CamlProofWithPublic">CamlProofWithPublic</a></div></li><li><div class="item-name"><a class="struct" href="struct.CamlProverCommitments.html" title="struct kimchi::prover::caml::CamlProverCommitments">CamlProverCommitments</a></div></li><li><div class="item-name"><a class="struct" href="struct.CamlProverProof.html" title="struct kimchi::prover::caml::CamlProverProof">CamlProverProof</a></div></li></ul></section></div></main></body></html>
Loading

0 comments on commit c10b108

Please sign in to comment.