1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00
musix-oss/node_modules/ecc-jsbn
MatteZ02 5eb0264906 fix
2019-05-30 12:06:47 +03:00
..
lib fix 2019-05-30 12:06:47 +03:00
index.js fix 2019-05-30 12:06:47 +03:00
LICENSE fix 2019-05-30 12:06:47 +03:00
package.json fix 2019-05-30 12:06:47 +03:00
README.md fix 2019-05-30 12:06:47 +03:00
test.js fix 2019-05-30 12:06:47 +03:00

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.