plugeth/accounts
Gustav Simonsson 8d9752a557 Address pull request comments
* Use crypto.Sign instead of directly calling secp256k1 lib
* Rename UserAccount to Account and Addr to Address (for consistency)
* Change AccountManager.Sign to take ptr to Account instead of
  address byte array
* Simplify copying of Accounts in Accounts()
* PubkeyToAddress and GetEntropyCSPRNG now exported
2015-01-28 05:12:57 +01:00
..
account_manager.go Address pull request comments 2015-01-28 05:12:57 +01:00
accounts_test.go Address pull request comments 2015-01-28 05:12:57 +01:00