Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-16 | util: move util/message to common/signmessage | Ryan Ofsky | |
Move util/message to common/signmessage so it is named more clearly, and because the util library is not supposed to depend on other libraries besides the crypto library. The signmessage functions use CKey, CPubKey, PKHash, and DecodeDestination functions in the consensus and common libraries. |