setup-go/node_modules/ecc-jsbn
Stephen Franceschelli a966e84ff9 Fix. 2019-07-30 13:30:32 -04:00
..
lib Fix. 2019-07-30 13:30:32 -04:00
LICENSE Fix. 2019-07-30 13:30:32 -04:00
README.md Fix. 2019-07-30 13:30:32 -04:00
index.js Fix. 2019-07-30 13:30:32 -04:00
package.json Fix. 2019-07-30 13:30:32 -04:00
test.js Fix. 2019-07-30 13:30:32 -04: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.