mirror of
https://github.com/arnaucube/blog.git
synced 2026-02-10 12:46:41 +01:00
fri, ipa, hypernova entries, update other-notes
This commit is contained in:
@@ -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 “Plonk by hand series” 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 & code). We focus on the Ethereum’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
|
||||
|
||||
Reference in New Issue
Block a user