Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadav Ivgi committed Jul 4, 2014
1 parent 584407c commit ff38e7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
0.5.3 / 2014-07-04
------------------
* bugfix: verify() should treat `hash` as a Buffer and as not a byte array, see #14

0.5.2 / 2014-07-03
------------------
* bugfix: `deterministicGenerateK()` now works with BigInteger instances of other `bigi` installations
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ecdsa",
"version": "0.5.2",
"version": "0.5.3",
"description": "Elliptical Curve Cryptography Digital Signing",
"keywords": [
"cryptography",
Expand Down

0 comments on commit ff38e7b

Please sign in to comment.