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.

216 lines
7.8 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 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. <meta name="viewport" content="width=device-width, initial-scale=1">
  20. <link href="css/bootstrap.min.css" rel="stylesheet">
  21. <link rel="stylesheet" href="css/style.css">
  22. <!-- highlightjs -->
  23. <!-- <link rel="stylesheet" href="js/highlightjs/atom-one-dark.css"> -->
  24. <link rel="stylesheet" href="js/highlightjs/gruvbox-dark.css">
  25. <script src="js/highlightjs/highlight.pack.js"></script>
  26. <!-- katex -->
  27. <link rel="stylesheet" href="js/katex/katex.min.css">
  28. </head>
  29. <body>
  30. <!-- o_gradient_background" -->
  31. <nav id="mainNav" class="navbar navbar-default navbar-fixed-top"
  32. style="height:50px;font-size:130%;">
  33. <div class="container">
  34. <a href="/blog" style="color:#000;">Blog index</a>
  35. <div style="float:right;">
  36. <a href="/" style="color:#000;display:inline-block;">arnaucube.com</a>
  37. <div class="onoffswitch" style="margin:10px;display:inline-block;" title="change theme">
  38. <input onclick="switchTheme()" type="checkbox" name="onoffswitch" class="onoffswitch-checkbox"
  39. id="themeSwitcher">
  40. <label class="onoffswitch-label" for="themeSwitcher"></label>
  41. </div>
  42. </div>
  43. </div>
  44. <img style="height:5px; width:100%; margin-top:8px;" src="img/gradient-line.jpg" />
  45. </nav>
  46. <div class="container" style="margin-top:40px;max-width:800px;">
  47. <a href='/blog/shamir-secret-sharing.html'><div class="row postThumb">
  48. <h3>Lagrange Polynomial Interpolation and Shamir secret sharing</h3>
  49. <p>Overview of Langrange Polynomial interpolation and Shamir&rsquo;s secret sharing.</p>
  50. <p><em>2021-10-10</em></p>
  51. </div>
  52. </a><a href='/blog/kzg-batch-proof.html'><div class="row postThumb">
  53. <h3>Batch proof in KZG Commitments</h3>
  54. <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>
  55. <p><em>2021-08-14</em></p>
  56. </div>
  57. </a><a href='/blog/kzg-commitments.html'><div class="row postThumb">
  58. <h3>Notes on KZG polynomial commitments</h3>
  59. <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>
  60. <p><em>2021-08-05</em></p>
  61. </div>
  62. </a><a href='/blog/blind-signatures-ec.html'><div class="row postThumb">
  63. <h3>Notes on blind signatures over elliptic curves</h3>
  64. <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>
  65. <p><em>2021-07-30</em></p>
  66. </div>
  67. </a><a href='/blog/coffeeminer-hacking-wifi-cryptocurrency-miner.html'><div class="row postThumb">
  68. <h3>CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests</h3>
  69. <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>
  70. <p><em>2018-01-04</em></p>
  71. </div>
  72. </a><a href='/blog/flock-botnet.html'><div class="row postThumb">
  73. <h3>Auto generated tweets from Markov chains</h3>
  74. <p>Developing a twitter botnet with autonomous bots replying tweets with text generated based on probabilities in Markov chains</p>
  75. <p><em>2017-12-29</em></p>
  76. </div>
  77. </a><a href='/blog/blogo.html'><div class="row postThumb">
  78. <h3>Static blog template engine implementation in Go</h3>
  79. <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>
  80. <p><em>2017-12-26</em></p>
  81. </div>
  82. </a>
  83. </div>
  84. <footer style="text-align:center; margin-top:100px;margin-bottom:50px;">
  85. <div class="container">
  86. <div class="row">
  87. <ul class="list-inline">
  88. <li><a href="https://twitter.com/arnaucube"
  89. style="color:gray;text-decoration:none;"
  90. target="_blank">twitter.com/arnaucube</a>
  91. </li>
  92. <li><a href="https://github.com/arnaucube"
  93. style="color:gray;text-decoration:none;"
  94. target="_blank">github.com/arnaucube</a>
  95. </li>
  96. </ul>
  97. </div>
  98. <div class="row" style="display:inline-block;">
  99. Blog made with <a href="http://github.com/arnaucube/blogo/"
  100. target="_blank" style="color: gray;text-decoration:none;">Blogo</a>
  101. </div>
  102. </div>
  103. </footer>
  104. <script>
  105. </script>
  106. <script src="js/external-links.js"></script>
  107. <script>hljs.initHighlightingOnLoad();</script>
  108. <script defer src="js/katex/katex.min.js"></script>
  109. <script defer src="js/katex/auto-render.min.js"></script>
  110. <script>
  111. document.addEventListener("DOMContentLoaded", function() {
  112. renderMathInElement(document.body, {
  113. displayMode: false,
  114. // customised options
  115. // • auto-render specific keys, e.g.:
  116. delimiters: [
  117. {left: '$$', right: '$$', display: true},
  118. {left: '$', right: '$', display: false},
  119. {left: "\\[", right: "\\]", display: true},
  120. {left: "\\(", right: "\\)", display: false},
  121. ],
  122. // • rendering keys, e.g.:
  123. throwOnError : true
  124. });
  125. });
  126. ///
  127. let theme = localStorage.getItem("theme");
  128. if ((theme === "light-theme")||(theme==null)) {
  129. theme = "light-theme";
  130. document.getElementById("themeSwitcher").checked = false;
  131. } else if (theme === "dark-theme") {
  132. theme = "dark-theme";
  133. document.getElementById("themeSwitcher").checked = true;
  134. }
  135. document.body.className = theme;
  136. localStorage.setItem("theme", theme);
  137. function switchTheme() {
  138. theme = localStorage.getItem("theme");
  139. if (theme === "light-theme") {
  140. theme = "dark-theme";
  141. document.getElementById("themeSwitcher").checked = true;
  142. } else {
  143. theme = "light-theme";
  144. document.getElementById("themeSwitcher").checked = false;
  145. }
  146. document.body.className = theme;
  147. localStorage.setItem("theme", theme);
  148. console.log(theme);
  149. }
  150. </script>
  151. <script>
  152. function tagLinks(tagName) {
  153. var tags = document.getElementsByTagName(tagName);
  154. for (var i=0, hElem; hElem = tags[i]; i++) {
  155. if (hElem.parentNode.className=="row postThumb") {
  156. continue;
  157. }
  158. hElem.id = hElem.innerHTML.toLowerCase().replace(" ", "-");
  159. hElem.innerHTML = "<a style='text-decoration:none;color:black;' href='#"+hElem.id+"'>"+hElem.innerHTML+"</a>";
  160. }
  161. }
  162. tagLinks("h2");
  163. tagLinks("h3");
  164. tagLinks("h4");
  165. tagLinks("h5");
  166. </script>
  167. <script src="js/mermaid.min.js"></script>
  168. </body>
  169. </html>