# illustrated-x25519 **Repository Path**: securitylib/illustrated-x25519 ## Basic Information - **Project Name**: illustrated-x25519 - **Description**: A hands-on explanation of X25519 key exchange - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: https://github.com/syncsynchalt/illustrated-x25519 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-01 - **Last Updated**: 2024-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```