From 3ac679e7a1930c322e9f37e0f106cdaabc18bc13 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 26 Jul 2018 20:05:47 +0200 Subject: keygen-html: bring back pure javascript implementation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- contrib/keygen-html/README | 8 -------- 1 file changed, 8 deletions(-) (limited to 'contrib/keygen-html/README') 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 -- cgit v1.2.3-59-g8ed1b