Merge pull request #5 from gmaxwell/ecdsa1
authorMatt Corallo <github@bluematt.me>
Sat, 27 Sep 2014 18:52:50 +0000 (11:52 -0700)
committerMatt Corallo <github@bluematt.me>
Sat, 27 Sep 2014 18:52:50 +0000 (11:52 -0700)
Adds a sage notebook for ECDSA signing and verifying.

1  2 
index.html

diff --cc index.html
index 6b703a66b0514c6a8e6e777fad026ac7666a2d51,f29074ed6594937dd1b600273071f7b885a287a6..a8d066890bd4fe0c2e7341aea877ec2319698d4a
@@@ -29,9 -29,13 +29,14 @@@ Papers of interest
  <ul>
  <li><a href="https://github.com/citp/bitcoin-sok">Bitcoin systematization of knowledge</a>
  <li><a href="http://freico.in/docs/freimarkets.pdf">Freimarkets: a bitcoin extension to support user issued assets, p2p lending, options and more.</a>
 +<li><a href="https://download.wpsoftware.net/bitcoin/wizardry/cryptonote-whitepaper.pdf">CryptoNote Whitepaper</a> containing an innovative ring-signature scheme</li>
  </ul>
  
+ <a href="http://sagemath.org/">Sage</a> notebooks:
+ <ul>
+ <li><a href="secp256k1.ecdsa.sage">ECDSA with secp256k1</a>
+ </ul>
  Edit this page at <a href="https://github.com/TheBlueMatt/bitcoinninja">https://github.com/TheBlueMatt/bitcoinninja</a>
  
  </body>