• Home
Name Date Size #Lines LOC

..--

lib/12-May-2024-774600

LICENSED12-May-20241.1 KiB2117

README.mdD12-May-2024402 95

index.jsD12-May-20241.8 KiB5946

package.jsonD12-May-20241.5 KiB6665

test.jsD12-May-2024682 1513

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