Skip to content

Commit

Permalink
package: remove Makefile and dist
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored and indutny committed Jan 29, 2016
1 parent b0a8f43 commit 7cffa3b
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 13,072 deletions.
23 changes: 0 additions & 23 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions benchmarks/index.js
Expand Up @@ -95,7 +95,7 @@ add('sign', {
},
secp256k1: function() {
secp256k1.sign(k4priv, m4);
},
}
});

var os1 = crypto.createSign('RSA-SHA256').update(str).sign(ok);
Expand All @@ -118,7 +118,7 @@ add('verify', {
},
secp256k1: function() {
secp256k1.verify(k4pub, m4, s4);
},
}
});

add('gen', {
Expand Down
Empty file removed dist/.gitkeep
Empty file.

0 comments on commit 7cffa3b

Please sign in to comment.