Skip to content

Commit

Permalink
proper attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Jun 5, 2014
1 parent bdf317a commit 10c53a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var ecdsa = require('ecdsa')('secp256r1')
```

* added `deterministicGenerateK()`, RFC 6979. See: https://github.com/cryptocoinjs/ecdsa/issues/4.
* added `recoverPubKey()` from BitcoinJS
* added `serializeSigCompact()` from BitcoinJS
* added `recoverPubKey()` from BitcoinJS / [Daniel Cousens](https://github.com/dcousens)
* added `serializeSigCompact()` from BitcoinJS / [Daniel Cousens](https://github.com/dcousens)
* changed method signature of `sign(hash, privateKeyBigInteger)` to sign(hash, privateKeyBuffer)`
* `sign()` method now uses low `s` value: See: https://github.com/cryptocoinjs/ecdsa/issues/10
* renamed `calcPubkeyRecoveryParam()` to `calcPubKeyRecoveryParam()`, changed signature
Expand Down

0 comments on commit 10c53a3

Please sign in to comment.