Upsilon-VsCode/Client/node_modules/ecc-jsbn
Deukhoofd 95cff6f702
Initial
2019-02-17 18:07:28 +01:00
..
lib Initial 2019-02-17 18:07:28 +01:00
LICENSE Initial 2019-02-17 18:07:28 +01:00
README.md Initial 2019-02-17 18:07:28 +01:00
index.js Initial 2019-02-17 18:07:28 +01:00
package.json Initial 2019-02-17 18:07:28 +01:00
test.js Initial 2019-02-17 18:07:28 +01:00

README.md

ecc-jsbn

ECC package based on jsbn from Tom Wu.

This is a subset of the same interface as the node compiled module, but works in the browser too.

Also uses point compression now from https://github.com/kaielvin.