aboutsummaryrefslogtreecommitdiff
path: root/src/util/sha2.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* Clang-format: fix some header files and remove them from whitelistLoic Blot2017-04-071-52/+55
|
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-0/+154
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.