mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:41:00 +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 | ||