nlitsme / bitcoinexplainer

Interactive examples explaining the details of how bitcoin calculations work.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Several interactive elliptic curve and bitcoin demonstrations.

Note that the javascript code works with both small integers and javascript's bigint numbers.

My elliptic curve implementations is intended to be readable, no attempt was made to make this cryptographically safe.

The calculations are performed by your browser, no data is sent to a server.

todo

  • addressconverter
  • message hash calculation
  • add support for comments to the calculator
  • add real-valued curve for comparison
  • can you calculate the real-valued logarithm?

AUTHOR

Willem Hengeveld itsme@xs4all.nl

About

Interactive examples explaining the details of how bitcoin calculations work.

License:MIT License


Languages

Language:JavaScript 54.4%Language:HTML 45.6%