1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00
serenity/Userland/Libraries/LibCrypto/Hash
Lenny Maiorani ece8aeaaf4 Everywhere: Remove redundant inline keyword with constexpr
Problem:
- `constexpr` functions are additionally decorated with `inline`
  keyword. This is redundant since `constexpr` implies `inline`.

Solution:
- Remove redundancies.
2021-04-21 20:49:49 +02:00
..
HashFunction.h Everything: Add -Wnon-virtual-dtor flag 2021-04-15 20:57:13 +02:00
HashManager.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MD5.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MD5.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SHA1.cpp Everywhere: Remove redundant inline keyword with constexpr 2021-04-21 20:49:49 +02:00
SHA1.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SHA2.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SHA2.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00