From 89b983fa2237ed939d6c4463c2018c41f57a73b3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 12 Dec 2017 01:08:18 +0100 Subject: 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 Signed-off-by: Jason A. Donenfeld --- contrib/keygen-html/README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'contrib/keygen-html/README') 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 -- cgit v1.2.3-59-g8ed1b