summaryrefslogtreecommitdiff
path: root/core/crypto/hashing_context.cpp
AgeCommit message (Expand)Author
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-28Fix some crashes and using null pointersRafał Mikrut
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-08-21Add hashing context classFabio Alessandrelli