Skip to content

Commit

Permalink
Google Closure compatible standalone browserify payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
xcthulhu committed Nov 11, 2015
1 parent de6e429 commit 5699924
Show file tree
Hide file tree
Showing 4 changed files with 26,377 additions and 10 deletions.
15 changes: 15 additions & 0 deletions bitauth.ext.js
@@ -0,0 +1,15 @@
// Google Closure Externs File
// See: https://developers.google.com/closure/compiler/docs/api-tutorial3?hl=en

var bitauth = {
"_generateRandomPair": function () {},
"getPublicKeyFromPrivateKey": function (privateKey) {},
"_getPublicKeyFromPrivateKey": function (privateKey) {},
"getSinFromPublicKey": function (publicKey) {},
"generateSin": function () {},
"sign": function (data, privateKey) {},
"_sign": function (data, privateKey) {},
"verifySignature": function (data, publicKey, hexSignature, callBack) {},
"_verifySignature": function (data, publicKey, hexSignature) {},
"validateSin": function (sin, callBack) {}
};

0 comments on commit 5699924

Please sign in to comment.