Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
lib/ | 12-May-2024 | - | 774 | 600 | ||
LICENSE | D | 12-May-2024 | 1.1 KiB | 21 | 17 | |
README.md | D | 12-May-2024 | 402 | 9 | 5 | |
index.js | D | 12-May-2024 | 1.8 KiB | 59 | 46 | |
package.json | D | 12-May-2024 | 1.5 KiB | 66 | 65 | |
test.js | D | 12-May-2024 | 682 | 15 | 13 |
README.md
1ecc-jsbn 2======== 3 4ECC package based on [jsbn](https://github.com/andyperlitch/jsbn) from [Tom Wu](http://www-cs-students.stanford.edu/~tjw/). 5 6This is a subset of the same interface as the [node compiled module](https://github.com/quartzjer/ecc), but works in the browser too. 7 8Also uses point compression now from [https://github.com/kaielvin](https://github.com/kaielvin/jsbn-ec-point-compression). 9