mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:48:11 +00:00
![]() Problem: - `constexpr` functions are additionally decorated with `inline` keyword. This is redundant since `constexpr` implies `inline`. Solution: - Remove redundancies. |
||
---|---|---|
.. | ||
HashFunction.h | ||
HashManager.h | ||
MD5.cpp | ||
MD5.h | ||
SHA1.cpp | ||
SHA1.h | ||
SHA2.cpp | ||
SHA2.h |