microsoft / PQCrypto-SIDH

SIDH Library is a fast and portable software library that implements state-of-the-art supersingular isogeny cryptographic schemes. The chosen parameters aim to provide security against attackers running a large-scale quantum computer, and security against classical algorithms.
MIT License
317 stars 101 forks source link

Porting to javascript version #5

Closed ghost closed 5 years ago

ghost commented 7 years ago

I slightly changed SIDH.h and makefile to build the web version using emscripten. My changes here: https://github.com/procoru/PQCrypto-SIDH/commit/539c0f2d5e14682d3cf1a893e4753423e0ce592a

Demo here: http://sidh.getforge.io/

tomekmarchi commented 6 years ago

Would like to express my extreme interest in this. Would a Node module be a possibility?

patricklonga commented 5 years ago

The link doesn't seem to work anymore.