Skip to content

Interactive examples explaining the details of how bitcoin calculations work.

License

Notifications You must be signed in to change notification settings

nlitsme/bitcoinexplainer

Repository files navigation

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
  • transaction hash calculation
  • address hash calculation
  • add support for comments to the calculator
  • add grid display of several real curves with differnt a,b
  • can you calculate the real-valued logarithm?
  • improve display of annotate values, adding the tag-attribute in a hover popup.
  • explain the various hashing algorithms used.
  • improve expression parser, fixing support for unary expressions.

AUTHOR

Willem Hengeveld itsme@xs4all.nl

About

Interactive examples explaining the details of how bitcoin calculations work.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published