An open API service indexing awesome lists of open source software.

https://github.com/syncsynchalt/animated-curves

An animated visualization of elliptic curve cryptography
https://github.com/syncsynchalt/animated-curves

canvas2d cryptography diffie-hellman elliptic-curves requestanimationframe x25519

Last synced: about 2 months ago
JSON representation

An animated visualization of elliptic curve cryptography

Awesome Lists containing this project

README

          

# The Animated Elliptic Curve

An animated exploration of elliptic curve cryptography and ECDH key exchange.

Published at https://curves.xargs.org

- `site/`: page source for the finished product

### Deploy instructions

```
export DISTROOT=host:/path/to/www
make bust
make dist
```