You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

283 lines
10 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="description" content="arnaucube blog" />
  5. <meta charset="utf-8">
  6. <title>arnaucube - blog</title>
  7. <meta name="title" content="arnaucube - blog">
  8. <meta name="description" content="arnaucube blog">
  9. <meta property="og:title" content="arnaucube - blog" />
  10. <meta property="og:description" content="arnaucube blog" />
  11. <meta property="og:url" content="https://arnaucube.com/blog" />
  12. <meta property="og:type" content="article" />
  13. <meta property="og:image" content="https://arnaucube.com/blog/img/logoArnauCube.png" />
  14. <meta name="twitter:title" content="arnaucube - blog">
  15. <meta name="twitter:description" content="arnaucube blog">
  16. <meta name="twitter:image" content="https://arnaucube.com/blog/img/logoArnauCube.png">
  17. <meta name="twitter:card" content="summary_large_image">
  18. <meta name="author" content="arnaucube">
  19. <link rel="icon" type="image/png" href="img/logoArnauCubeFavicon.png">
  20. <meta name="viewport" content="width=device-width, initial-scale=1">
  21. <link href="css/bootstrap.min.css" rel="stylesheet">
  22. <link rel="stylesheet" href="css/style.css">
  23. <!-- highlightjs -->
  24. <!-- <link rel="stylesheet" href="js/highlightjs/atom-one-dark.css"> -->
  25. <link rel="stylesheet" href="js/highlightjs/atom-one-light.css">
  26. <!-- <link rel="stylesheet" href="js/highlightjs/gruvbox-dark.css"> -->
  27. <script src="js/highlightjs/highlight.pack.js"></script>
  28. <!-- katex -->
  29. <link rel="stylesheet" href="js/katex/katex.min.css">
  30. </head>
  31. <body>
  32. <!-- o_gradient_background" -->
  33. <nav id="mainNav" class="navbar navbar-default navbar-fixed-top"
  34. style="height:50px;font-size:130%;">
  35. <div class="container">
  36. <div style="float:left;">
  37. <a href="/blog" style="color:#000;display:inline-block;">Blog index</a>
  38. <span style="margin-right:20px; margin-left:20px;">|</span>
  39. <a href="/blog/notes.html" style="font-size:90%;color:#000;display:inline-block;">other-notes</a>
  40. </div>
  41. <div style="float:right;">
  42. <a href="/" style="color:#000;display:inline-block;">arnaucube.com</a>
  43. <div class="onoffswitch" style="margin:10px;display:inline-block;" title="change theme">
  44. <input onclick="switchTheme()" type="checkbox" name="onoffswitch" class="onoffswitch-checkbox"
  45. id="themeSwitcher">
  46. <label class="onoffswitch-label" for="themeSwitcher"></label>
  47. </div>
  48. </div>
  49. </div>
  50. <img style="height:5px; width:100%; margin-top:8px;" src="img/gradient-line.jpg" />
  51. </nav>
  52. <div class="container" style="margin-top:40px;max-width:800px;">
  53. <a href='/blog/protogalaxy.html'><div class="row postThumb">
  54. <h3>Notes on ProtoGalaxy</h3>
  55. <p>The idea of these notes is to provide some extra intuition and explainations on ProtoGalaxy&rsquo;s paper.
  56. ProtoGalaxy is a <em>folding scheme</em> which iterates on ideas from ProtoStar paper.</p>
  57. <p><em>2023-08-20</em></p>
  58. </div>
  59. </a><a href='https://raw.githubusercontent.com/arnaucube/math/master/notes_hypernova.pdf'><div class="row postThumb">
  60. <h3>Notes on HyperNova (pdf)</h3>
  61. <p>This document contains notes on HyperNova and CCS.</p>
  62. <p><em>2023-05-16</em></p>
  63. </div>
  64. </a><a href='/blog/ipa.html'><div class="row postThumb">
  65. <h3>IPA polynomial commitment by hand</h3>
  66. <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>
  67. <p><em>2023-04-06</em></p>
  68. </div>
  69. </a><a href='https://raw.githubusercontent.com/arnaucube/math/master/notes_fri_stir.pdf'><div class="row postThumb">
  70. <h3>Notes on FRI and STIR (pdf)</h3>
  71. <p>This document contains notes on FRI low degree testing and the trick to convert it to a polynomial commitment scheme.
  72. (Update 2024-03-22: also few notes on STIR).</p>
  73. <p><em>2023-02-26</em></p>
  74. </div>
  75. </a><a href='/blog/powersoftau.html'><div class="row postThumb">
  76. <h3>Implementing the powers of tau contributor</h3>
  77. <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>
  78. <p><em>2023-01-02</em></p>
  79. </div>
  80. </a><a href='/blog/ringsig.html'><div class="row postThumb">
  81. <h3>bLSAG ring signatures overview</h3>
  82. <p>Notes on bLSAG: Back&rsquo;s Linkable Spontaneous Anonymous Group signatures</p>
  83. <p><em>2022-07-20</em></p>
  84. </div>
  85. </a><a href='/blog/shamir-secret-sharing.html'><div class="row postThumb">
  86. <h3>Lagrange Polynomial Interpolation and Shamir secret sharing</h3>
  87. <p>Overview of Langrange Polynomial interpolation and Shamir&rsquo;s secret sharing.</p>
  88. <p><em>2021-10-10</em></p>
  89. </div>
  90. </a><a href='/blog/kzg-batch-proof.html'><div class="row postThumb">
  91. <h3>Batch proof in KZG Commitments</h3>
  92. <p>The benefit of <em>batch proof</em> is that allows us to proof multiple points while the proof size remains constant to one <span class="math inline">\(\mathbb{G}_1\)</span> point.</p>
  93. <p><em>2021-08-14</em></p>
  94. </div>
  95. </a><a href='/blog/kzg-commitments.html'><div class="row postThumb">
  96. <h3>Notes on KZG polynomial commitments</h3>
  97. <p>In the following notes I&rsquo;ve tried to summarize the KZG Commitments scheme with the concepts that helped me to follow the reasoning.</p>
  98. <p><em>2021-08-05</em></p>
  99. </div>
  100. </a><a href='/blog/blind-signatures-ec.html'><div class="row postThumb">
  101. <h3>Notes on blind signatures over elliptic curves</h3>
  102. <p>In this notes, we will cover the scheme proposed at <em>&ldquo;New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem&rdquo;</em> paper by Hamid Mala &amp; Nafiseh Nezhadansari.</p>
  103. <p><em>2021-07-30</em></p>
  104. </div>
  105. </a><a href='/blog/coffeeminer-hacking-wifi-cryptocurrency-miner.html'><div class="row postThumb">
  106. <h3>CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests</h3>
  107. <p>The goal of this post, is to explain how can be done the attack of MITM (Machine-In-The-Middle) to inject some javascript in the html pages, to force all the machines connected to a WiFi network to be mining a cryptocurrency for the attacker.</p>
  108. <p><em>2018-01-04</em></p>
  109. </div>
  110. </a><a href='/blog/flock-botnet.html'><div class="row postThumb">
  111. <h3>Auto generated tweets from Markov chains</h3>
  112. <p>Developing a twitter botnet with autonomous bots replying tweets with text generated based on probabilities in Markov chains</p>
  113. <p><em>2017-12-29</em></p>
  114. </div>
  115. </a><a href='/blog/blogo.html'><div class="row postThumb">
  116. <h3>Static blog template engine implementation in Go</h3>
  117. <p>How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go.</p>
  118. <p><em>2017-12-26</em></p>
  119. </div>
  120. </a>
  121. </div>
  122. <footer style="text-align:center; margin-top:100px;margin-bottom:50px;">
  123. <div class="container">
  124. <br>
  125. <a href="/blog">Go to main</a>
  126. <br><br>
  127. <div class="row">
  128. <ul class="list-inline">
  129. <li><a href="https://twitter.com/arnaucube"
  130. style="color:gray;text-decoration:none;"
  131. target="_blank">twitter.com/arnaucube</a>
  132. </li>
  133. <li><a href="https://github.com/arnaucube"
  134. style="color:gray;text-decoration:none;"
  135. target="_blank">github.com/arnaucube</a>
  136. </li>
  137. </ul>
  138. </div>
  139. <div class="row" style="display:inline-block;">
  140. Blog made with <a href="http://github.com/arnaucube/blogo/"
  141. target="_blank" style="color: gray;text-decoration:none;">Blogo</a>
  142. </div>
  143. </div>
  144. </footer>
  145. <script>
  146. </script>
  147. <script src="js/external-links.js"></script>
  148. <script>hljs.initHighlightingOnLoad();</script>
  149. <script defer src="js/katex/katex.min.js"></script>
  150. <script defer src="js/katex/auto-render.min.js"></script>
  151. <script>
  152. document.addEventListener("DOMContentLoaded", function() {
  153. renderMathInElement(document.body, {
  154. displayMode: false,
  155. // customised options
  156. // • auto-render specific keys, e.g.:
  157. delimiters: [
  158. {left: '$$', right: '$$', display: true},
  159. {left: '$', right: '$', display: false},
  160. {left: "\\[", right: "\\]", display: true},
  161. {left: "\\(", right: "\\)", display: false},
  162. {left: "\\begin{equation}", right: "\\end{equation}", display: true}
  163. ],
  164. // • rendering keys, e.g.:
  165. throwOnError : true
  166. });
  167. });
  168. ///
  169. let theme = localStorage.getItem("theme");
  170. if ((theme === "light-theme")||(theme==null)) {
  171. theme = "light-theme";
  172. document.getElementById("themeSwitcher").checked = false;
  173. } else if (theme === "dark-theme") {
  174. theme = "dark-theme";
  175. document.getElementById("themeSwitcher").checked = true;
  176. }
  177. document.body.className = theme;
  178. localStorage.setItem("theme", theme);
  179. function switchTheme() {
  180. theme = localStorage.getItem("theme");
  181. if (theme === "light-theme") {
  182. theme = "dark-theme";
  183. document.getElementById("themeSwitcher").checked = true;
  184. } else {
  185. theme = "light-theme";
  186. document.getElementById("themeSwitcher").checked = false;
  187. }
  188. document.body.className = theme;
  189. localStorage.setItem("theme", theme);
  190. console.log(theme);
  191. }
  192. </script>
  193. <script>
  194. function tagLinks(tagName) {
  195. var tags = document.getElementsByTagName(tagName);
  196. for (var i=0, hElem; hElem = tags[i]; i++) {
  197. if (hElem.parentNode.className=="row postThumb") {
  198. continue;
  199. }
  200. hElem.id = hElem.innerHTML.toLowerCase().replace(" ", "-");
  201. hElem.innerHTML = "<a style='text-decoration:none;color:black;' href='#"+hElem.id+"'>"+hElem.innerHTML+"</a>";
  202. }
  203. }
  204. tagLinks("h2");
  205. tagLinks("h3");
  206. tagLinks("h4");
  207. tagLinks("h5");
  208. </script>
  209. <script src="js/mermaid.min.js"></script>
  210. </body>
  211. </html>