https://github.com/syncsynchalt/illustrated-x25519
A hands-on explanation of X25519 key exchange
https://github.com/syncsynchalt/illustrated-x25519
cryptography curve25519 elliptic-curves x25519
Last synced: 5 months ago
JSON representation
A hands-on explanation of X25519 key exchange
- Host: GitHub
- URL: https://github.com/syncsynchalt/illustrated-x25519
- Owner: syncsynchalt
- Created: 2022-05-01T23:34:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T20:29:30.000Z (11 months ago)
- Last Synced: 2025-07-26T03:40:53.399Z (11 months ago)
- Topics: cryptography, curve25519, elliptic-curves, x25519
- Language: Gnuplot
- Homepage: https://x25519.ulfheim.net
- Size: 568 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X25519 Key Exchange
Published at https://x25519.xargs.org
- `site/`: page source for the finished product
- `js/`: javascript (not site-specific)
- `js/test/`: test code for javascript
- `plots/`: gnuplot graph builders
### Deploy instructions
```
make test
make
rsync -avh site/ host:/path/to/www
```