Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix eth sign with dennis' test input | Dan Finlay | 2016-06-22 | 1 | -11/+13 |
| | |||||
* | Fixed signing of hashes | Dan Finlay | 2016-06-17 | 1 | -4/+6 |
| | | | | | | Signing now always takes a 64 digit hex string, and returns a message signature which appropriately pads r, s, and v with zeroes. Need to verify with Denis that this is the behavior he requires. | ||||
* | Began adding signMsg unit test | Dan Finlay | 2016-06-16 | 1 | -0/+31 |