• Gustav Simonsson's avatar
    Address pull request comments · 8d9752a5
    Gustav Simonsson authored
    * 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
    8d9752a5
account_manager.go 2.49 KB