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

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

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
```