<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Discrete-Logarithm on Decentralized meta-learning</title>
    <link>https://blog.costan.ro/tags/discrete-logarithm/</link>
    <description>Recent content in Discrete-Logarithm on Decentralized meta-learning</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 19 Jun 2019 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.costan.ro/tags/discrete-logarithm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Schnorr</title>
      <link>https://blog.costan.ro/post/2019-06-19-schnorr/</link>
      <pubDate>Wed, 19 Jun 2019 00:00:00 +0000</pubDate>
      <guid>https://blog.costan.ro/post/2019-06-19-schnorr/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Schnorr_signature&#34;&gt;Schnorr&lt;/a&gt; is another digital signature scheme known for its simplicity, no division, no inversion, just plain old multiplication. Here is my simple 16 lines implementation in Python.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ECDSA</title>
      <link>https://blog.costan.ro/post/2019-04-09-ecdsa/</link>
      <pubDate>Tue, 09 Apr 2019 00:00:00 +0000</pubDate>
      <guid>https://blog.costan.ro/post/2019-04-09-ecdsa/</guid>
      <description>&lt;p&gt;Elliptic curve cryptography (&lt;a href=&#34;https://en.wikipedia.org/wiki/Elliptic-curve_cryptography&#34;&gt;ECC&lt;/a&gt;) and digital signature algorithm (&lt;a href=&#34;https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm&#34;&gt;ECDSA&lt;/a&gt;) are more complex than RSA or ElGamal but I will try my best to hide the hairy math and the implementation details.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ElGamal</title>
      <link>https://blog.costan.ro/post/2019-03-26-elgamal/</link>
      <pubDate>Tue, 26 Mar 2019 00:00:00 +0000</pubDate>
      <guid>https://blog.costan.ro/post/2019-03-26-elgamal/</guid>
      <description>&lt;p&gt;ElGamal is a public key cryptosystem that is used in &lt;a href=&#34;https://en.wikipedia.org/wiki/ElGamal_encryption&#34;&gt;encryption&lt;/a&gt; , &lt;a href=&#34;https://en.wikipedia.org/wiki/ElGamal_signature_scheme&#34;&gt;digital signature&lt;/a&gt; and homomorphic cryptography.&lt;/p&gt;&#xA;&lt;p&gt;Here is my take in 12 lines of Python code:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
