bifocal/node_modules/ecc-jsbn
Jean Viscogliosi-Pate 224268bbbd Mostly works, missing some things 2024-07-31 10:10:37 -07:00
..
lib Mostly works, missing some things 2024-07-31 10:10:37 -07:00
LICENSE Mostly works, missing some things 2024-07-31 10:10:37 -07:00
README.md Mostly works, missing some things 2024-07-31 10:10:37 -07:00
index.js Mostly works, missing some things 2024-07-31 10:10:37 -07:00
package.json Mostly works, missing some things 2024-07-31 10:10:37 -07:00
test.js Mostly works, missing some things 2024-07-31 10:10:37 -07: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.