fri, ipa, hypernova entries, update other-notes

This commit is contained in:
arnaucube
2023-07-31 07:51:04 +02:00
parent 547859017b
commit fd65ec0894
94 changed files with 1382 additions and 9 deletions

View File

@@ -62,7 +62,34 @@
<div class="container" style="margin-top:40px;max-width:800px;">
<a href='/blog/powersoftau.html'><div class="row postThumb">
<a href='https://raw.githubusercontent.com/arnaucube/math/master/notes_hypernova.pdf'><div class="row postThumb">
<h3>Notes on HyperNova (pdf)</h3>
<p>This document contains notes on HyperNova and CCS.</p>
<p><em>2023-05-16</em></p>
</div>
</a><a href='/blog/ipa.html'><div class="row postThumb">
<h3>IPA polynomial commitment by hand</h3>
<p>This post overviews the IPA polynomial commitment described in the Halo paper, first by providing an overview on the protocol, then by doing a step-by-step example with small values, following the style done in the &ldquo;Plonk by hand series&rdquo; from Joshua Fitzgerald, and later by providing a Sage implementation of the protocol.</p>
<p><em>2023-04-06</em></p>
</div>
</a><a href='https://raw.githubusercontent.com/arnaucube/math/master/notes_fri.pdf'><div class="row postThumb">
<h3>Notes on FRI (pdf)</h3>
<p>This document contains notes on FRI low degree testing and the trick to convert it to a polynomial commitment scheme.</p>
<p><em>2023-02-26</em></p>
</div>
</a><a href='/blog/powersoftau.html'><div class="row postThumb">
<h3>Implementing the powers of tau contributor</h3>
<p>In the following notes we go over the ideas behind the <em>Powers of Tau</em> ceremony, how participants contribute and how the contributions are verified (logic &amp; code). We focus on the Ethereum&rsquo;s upcoming KZG-Ceremony.</p>
@@ -187,6 +214,7 @@
{left: '$', right: '$', display: false},
{left: "\\[", right: "\\]", display: true},
{left: "\\(", right: "\\)", display: false},
{left: "\\begin{equation}", right: "\\end{equation}", display: true}
],
// • rendering keys, e.g.:
throwOnError : true