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.

244 lines
8.8 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/powersoftau.html'><div class="row postThumb">
  54. <h3>Implementing the powers of tau contributor</h3>
  55. <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>
  56. <p><em>2023-01-02</em></p>
  57. </div>
  58. </a><a href='/blog/ringsig.html'><div class="row postThumb">
  59. <h3>bLSAG ring signatures overview</h3>
  60. <p>Notes on bLSAG: Back&rsquo;s Linkable Spontaneous Anonymous Group signatures</p>
  61. <p><em>2022-07-20</em></p>
  62. </div>
  63. </a><a href='/blog/shamir-secret-sharing.html'><div class="row postThumb">
  64. <h3>Lagrange Polynomial Interpolation and Shamir secret sharing</h3>
  65. <p>Overview of Langrange Polynomial interpolation and Shamir&rsquo;s secret sharing.</p>
  66. <p><em>2021-10-10</em></p>
  67. </div>
  68. </a><a href='/blog/kzg-batch-proof.html'><div class="row postThumb">
  69. <h3>Batch proof in KZG Commitments</h3>
  70. <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>
  71. <p><em>2021-08-14</em></p>
  72. </div>
  73. </a><a href='/blog/kzg-commitments.html'><div class="row postThumb">
  74. <h3>Notes on KZG polynomial commitments</h3>
  75. <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>
  76. <p><em>2021-08-05</em></p>
  77. </div>
  78. </a><a href='/blog/blind-signatures-ec.html'><div class="row postThumb">
  79. <h3>Notes on blind signatures over elliptic curves</h3>
  80. <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>
  81. <p><em>2021-07-30</em></p>
  82. </div>
  83. </a><a href='/blog/coffeeminer-hacking-wifi-cryptocurrency-miner.html'><div class="row postThumb">
  84. <h3>CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests</h3>
  85. <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>
  86. <p><em>2018-01-04</em></p>
  87. </div>
  88. </a><a href='/blog/flock-botnet.html'><div class="row postThumb">
  89. <h3>Auto generated tweets from Markov chains</h3>
  90. <p>Developing a twitter botnet with autonomous bots replying tweets with text generated based on probabilities in Markov chains</p>
  91. <p><em>2017-12-29</em></p>
  92. </div>
  93. </a><a href='/blog/blogo.html'><div class="row postThumb">
  94. <h3>Static blog template engine implementation in Go</h3>
  95. <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>
  96. <p><em>2017-12-26</em></p>
  97. </div>
  98. </a>
  99. </div>
  100. <footer style="text-align:center; margin-top:100px;margin-bottom:50px;">
  101. <div class="container">
  102. <br>
  103. <a href="/blog">Go to main</a>
  104. <br><br>
  105. <div class="row">
  106. <ul class="list-inline">
  107. <li><a href="https://twitter.com/arnaucube"
  108. style="color:gray;text-decoration:none;"
  109. target="_blank">twitter.com/arnaucube</a>
  110. </li>
  111. <li><a href="https://github.com/arnaucube"
  112. style="color:gray;text-decoration:none;"
  113. target="_blank">github.com/arnaucube</a>
  114. </li>
  115. </ul>
  116. </div>
  117. <div class="row" style="display:inline-block;">
  118. Blog made with <a href="http://github.com/arnaucube/blogo/"
  119. target="_blank" style="color: gray;text-decoration:none;">Blogo</a>
  120. </div>
  121. </div>
  122. </footer>
  123. <script>
  124. </script>
  125. <script src="js/external-links.js"></script>
  126. <script>hljs.initHighlightingOnLoad();</script>
  127. <script defer src="js/katex/katex.min.js"></script>
  128. <script defer src="js/katex/auto-render.min.js"></script>
  129. <script>
  130. document.addEventListener("DOMContentLoaded", function() {
  131. renderMathInElement(document.body, {
  132. displayMode: false,
  133. // customised options
  134. // • auto-render specific keys, e.g.:
  135. delimiters: [
  136. {left: '$$', right: '$$', display: true},
  137. {left: '$', right: '$', display: false},
  138. {left: "\\[", right: "\\]", display: true},
  139. {left: "\\(", right: "\\)", display: false},
  140. ],
  141. // • rendering keys, e.g.:
  142. throwOnError : true
  143. });
  144. });
  145. ///
  146. let theme = localStorage.getItem("theme");
  147. if ((theme === "light-theme")||(theme==null)) {
  148. theme = "light-theme";
  149. document.getElementById("themeSwitcher").checked = false;
  150. } else if (theme === "dark-theme") {
  151. theme = "dark-theme";
  152. document.getElementById("themeSwitcher").checked = true;
  153. }
  154. document.body.className = theme;
  155. localStorage.setItem("theme", theme);
  156. function switchTheme() {
  157. theme = localStorage.getItem("theme");
  158. if (theme === "light-theme") {
  159. theme = "dark-theme";
  160. document.getElementById("themeSwitcher").checked = true;
  161. } else {
  162. theme = "light-theme";
  163. document.getElementById("themeSwitcher").checked = false;
  164. }
  165. document.body.className = theme;
  166. localStorage.setItem("theme", theme);
  167. console.log(theme);
  168. }
  169. </script>
  170. <script>
  171. function tagLinks(tagName) {
  172. var tags = document.getElementsByTagName(tagName);
  173. for (var i=0, hElem; hElem = tags[i]; i++) {
  174. if (hElem.parentNode.className=="row postThumb") {
  175. continue;
  176. }
  177. hElem.id = hElem.innerHTML.toLowerCase().replace(" ", "-");
  178. hElem.innerHTML = "<a style='text-decoration:none;color:black;' href='#"+hElem.id+"'>"+hElem.innerHTML+"</a>";
  179. }
  180. }
  181. tagLinks("h2");
  182. tagLinks("h3");
  183. tagLinks("h4");
  184. tagLinks("h5");
  185. </script>
  186. <script src="js/mermaid.min.js"></script>
  187. </body>
  188. </html>