- curve playground
- various ECDSA calculations
- demonstrate calculation of a publickey, also how to crack a key given a re-used signing secret.
- using linear algebra to crack groups of related keys.
- calculator - a free form expression calculator.
- decode transactions
- run tests - used while developing, shows how the code is intended to be used.
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.
- addressconverter
- message hash calculation
- add support for comments to the calculator
- add real-valued curve for comparison
- can you calculate the real-valued logarithm?
Willem Hengeveld [email protected]