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
- Host: GitHub
- URL: https://github.com/syncsynchalt/animated-curves
- Owner: syncsynchalt
- Created: 2022-05-19T18:04:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T20:25:54.000Z (8 months ago)
- Last Synced: 2025-07-26T03:38:47.489Z (8 months ago)
- Topics: canvas2d, cryptography, diffie-hellman, elliptic-curves, requestanimationframe, x25519
- Language: JavaScript
- Homepage:
- Size: 1.6 MB
- Stars: 143
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```