summaryrefslogtreecommitdiffstats
path: root/core/crypto/hashing_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-4/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-9/+9
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some crashes and using null pointersRafał Mikrut2019-10-281-0/+1
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-1/+1
* Add hashing context classFabio Alessandrelli2019-08-211-0/+137