aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/keygen-html/README
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-26 20:05:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-01-23 14:29:44 +0100
commit3ac679e7a1930c322e9f37e0f106cdaabc18bc13 (patch)
treeb3f869f4f988f6a434e26ebf7765684084bef76b /contrib/keygen-html/README
parentKconfig: IPsec isn't IPSec (diff)
downloadwireguard-tools-3ac679e7a1930c322e9f37e0f106cdaabc18bc13.tar.xz
wireguard-tools-3ac679e7a1930c322e9f37e0f106cdaabc18bc13.zip
keygen-html: bring back pure javascript implementation
This reverts commit 9d5baf7d1d14ca7eb0852b41566330259229d489. BenoƮt Viguier has proofs that values will stay well within 2^53. We also have an improved carry function that's much simpler. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--contrib/keygen-html/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/keygen-html/README b/contrib/keygen-html/README
index eaa4244..f1c3412 100644
--- a/contrib/keygen-html/README
+++ b/contrib/keygen-html/README
@@ -17,11 +17,3 @@ introduces interesting side-channel attacks.
Secrets aren't zerored after use. Maybe you can get around this with
some tricks taking advantage of browser allocator behavior and different
processes, but it seems pretty hard.
-
-Building
---------
-
-In order to use the example `keygen.html` file, you must first build
-the C sources using emscripten. Simply run:
-
- $ make