aboutsummaryrefslogtreecommitdiff
path: root/src/util/md32_common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build for Visual Studio (explicitly cast pointers) (#10256)Seeker2020-08-031-1/+1
|
* Modernize include guards and add missing ones (#9898)Awkor2020-05-231-0/+2
|
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-0/+428
Adds everything needed for SRP (and everything works too), but still deactivated, as protocol v25 init packets aren't final yet. Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25 inside networkprotocol.h.