bignumber-jt
Version:
A pure javascript implementation of BigIntegers and RSA crypto.
11 lines (10 loc) • 488 B
JSON
{ "name" : "bignumber-jt"
, "description" : "A pure javascript implementation of BigIntegers and RSA crypto."
, "engines": { "node" : ">=0.4.0" }
, "version": "v1.2.0"
, "keywords": ["bigintegers", "rsa", "pkcs"]
, "homepage": "http://www-cs-students.stanford.edu/~tjw/jsbn/"
, "author": "Tom Wu <tjw@cs.stanford.edu> (http://www-cs-students.stanford.edu/~tjw/)"
, "main" : "./lib/rsa"
, "repository" : { "type": "git", "url": "https://github.com/Rcomian/node-bignumber.git"}
}