login/node_modules/ecc-jsbn
2020-04-28 12:41:56 +05:30
..
lib adding node modules (#22) 2020-04-28 12:41:56 +05:30
index.js adding node modules (#22) 2020-04-28 12:41:56 +05:30
LICENSE adding node modules (#22) 2020-04-28 12:41:56 +05:30
package.json adding node modules (#22) 2020-04-28 12:41:56 +05:30
README.md adding node modules (#22) 2020-04-28 12:41:56 +05:30
test.js adding node modules (#22) 2020-04-28 12:41:56 +05:30

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.