aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/examples/keygen-html/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "contrib: keygen-html: rewrite in pure javascript"Jason A. Donenfeld2018-03-021-0/+6
| | | | | | | This reverts commit e5203543a674453ce1e0cbbcb234d3308762fe65. As swanky as it is to have a really short file, it's hard to justify and makes me nervous.
* contrib: keygen-html: rewrite in pure javascriptJason A. Donenfeld2018-03-021-6/+0
| | | | | Emscripten is too cumbersome. This code here is much slower, but it's shorter and simpler.
* contrib: keygen-html: share curve25519 implementation with kernelJason A. Donenfeld2018-01-231-1/+1
|
* keygen-html: remove prebuilt fileJason A. Donenfeld2017-12-121-0/+6
We also reduce the optimization level, just in case, but add closure compiler into the mix. Suggested-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>