A javascript implementation of Kyber interfaces
npm install kyber-jsKyberJS
=======
Javascript implementation of Kyber interfaces
1. This is developmental, and not ready for protecting production data.
2. This is not a constant time implementation, and likely has timing side channels that can be attacked.
Usage
-----
``html
`
Dev Setup
---------
``
git clone https://github.com/dedis/cothority
cd cothority/external/js/kyber
npm install
Browser Build
-------------
npm run build will output dist/bundle.min.js and dist/bundle.node.min.js
Running Tests
-------------
Execute npm test to run the unit tests.
Generate Documentation
----------------------
Execute npm run doc to generate JSDoc output in markdown format indoc/doc.md`