bns_zhgd_web/node_modules/ecc-jsbn
haozq 65e8192a56 first commit 2025-04-02 10:01:21 +08:00
..
lib first commit 2025-04-02 10:01:21 +08:00
node_modules/jsbn first commit 2025-04-02 10:01:21 +08:00
LICENSE first commit 2025-04-02 10:01:21 +08:00
README.md first commit 2025-04-02 10:01:21 +08:00
index.js first commit 2025-04-02 10:01:21 +08:00
package.json first commit 2025-04-02 10:01:21 +08:00
test.js first commit 2025-04-02 10:01:21 +08: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.