aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/keygen-html/README
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-12-12 01:08:18 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-12-12 01:18:30 +0100
commit89b983fa2237ed939d6c4463c2018c41f57a73b3 (patch)
treec8d50ba3a4d9e07e860a0eb6b1d7e23832cfc8f6 /contrib/keygen-html/README
parentglobal: add SPDX tags to all files (diff)
downloadwireguard-tools-89b983fa2237ed939d6c4463c2018c41f57a73b3.tar.xz
wireguard-tools-89b983fa2237ed939d6c4463c2018c41f57a73b3.zip
keygen-html: remove prebuilt file
We also reduce the optimization level, just in case, but add closure compiler into the mix. Suggested-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--contrib/keygen-html/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/keygen-html/README b/contrib/keygen-html/README
index f1c3412..eaa4244 100644
--- a/contrib/keygen-html/README
+++ b/contrib/keygen-html/README
@@ -17,3 +17,11 @@ 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