aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/examples/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
commit037c389f2f09f721ecc84105b0d5d0ca8824c070 (patch)
treea9e2aabd9a92235ca438f18bac5633ea20094c04 /contrib/examples/keygen-html/README
parentversion: bump snapshot (diff)
downloadwireguard-monolithic-historical-037c389f2f09f721ecc84105b0d5d0ca8824c070.tar.xz
wireguard-monolithic-historical-037c389f2f09f721ecc84105b0d5d0ca8824c070.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>
Diffstat (limited to 'contrib/examples/keygen-html/README')
-rw-r--r--contrib/examples/keygen-html/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/examples/keygen-html/README b/contrib/examples/keygen-html/README
index f1c3412..eaa4244 100644
--- a/contrib/examples/keygen-html/README
+++ b/contrib/examples/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