This commit is contained in:
Kagami Hiiragi 2014-12-26 21:02:01 +03:00
parent dc1046d528
commit f8c682da07
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ var secp256k1 = require("secp256k1");
*/
function getPublic(privateKey) {
return secp256k1.createPublicKey(privateKey);
};
}
exports.getPublic = getPublic;
/**