Skip to content

Commit

Permalink
Add Library jsbn(RSA and ECC in JavaScript) (staticfile#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkHAIKE authored and Xuanwo committed Nov 6, 2016
1 parent e38156e commit 05a5a52
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions libs/jsbn/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "jsbn",
"filename": "jsbn.js",
"version": "1.4",
"description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
"homepage": "http://www-cs-students.stanford.edu/~tjw/jsbn/",
"keywords": [
"jsbn", "rsa", "ecc"
],
"maintainers": [
{
"name": "Tom Wu",
"web": "http://www-cs-students.stanford.edu/~tjw/jsbn/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jasondavies/jsbn.git"
}
]
}

0 comments on commit 05a5a52

Please sign in to comment.