summaryrefslogtreecommitdiff
path: root/src/common/Cryptography/CryptoHash.h
AgeCommit message (Collapse)Author
2024-08-07refactor(Deps/OpenSSL): Deprecate OpenSSL 1.x (#19452)Kitzunu
* EOL
2024-07-30refactor(src/common): remove unused imports (#19506)Francesco Borzì
* refactor(src/common): remove unused imports * fix: build * chore: fix build * chore: size_t -> std::size_t * chore: fix fuckup from previous commit * chore: fix build * chore: fix build * chore: fix build * chore: fix build with std::size_t * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build
2022-11-24feat(Core/Crypto): add support `OpenSSL 3.0` (#13354)Winfidonarleyan
2021-09-30feat(License): add new headers information about license (#7941)Kargatum
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2021-06-24refactor(Core/Misc): add braces and impove codestyle (#6402)Kargatum
2021-06-23refactor(Core/Common): alphabetical sorting inlcudes (#6282)Kargatum
- Part https://github.com/WarheadCore/WarheadBand/pull/37
2021-05-31refactor(Core/Misc): acore to Acore (#6043)Kitzunu
2021-03-21feat(Core/DB/Authserver): remove `sha_pass_hash` (#4827)UltraNix