chat-client/node_modules/ecc-jsbn
jsrobson10 a760adb0c5 Initial Commit 2019-03-24 17:22:44 +11:00
..
lib Initial Commit 2019-03-24 17:22:44 +11:00
LICENSE Initial Commit 2019-03-24 17:22:44 +11:00
README.md Initial Commit 2019-03-24 17:22:44 +11:00
index.js Initial Commit 2019-03-24 17:22:44 +11:00
package.json Initial Commit 2019-03-24 17:22:44 +11:00
test.js Initial Commit 2019-03-24 17:22:44 +11: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.