ladybird/Libraries/LibCrypto
Lenny Maiorani d1fe6a0b53
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Problem:
- `constexpr` functions are decorated with the `inline` specifier
  keyword. This is redundant because `constexpr` functions are
  implicitly `inline`.
- [dcl.constexpr], §7.1.5/2 in the C++11 standard): "constexpr
  functions and constexpr constructors are implicitly inline (7.1.2)".

Solution:
- Remove the redundant `inline` keyword.
2020-10-20 18:08:13 +02:00
..
ASN1 LibCrypto: Don't cause errors when function unused 2020-08-23 00:53:16 +02:00
Authentication LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span 2020-08-11 21:37:10 +02:00
BigInt LibCrypto: Document word order (endianness) of bigint 2020-08-16 16:35:23 +02:00
Checksum Meta+LibC through LibHTTP: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Cipher LibCrypto: Do not silently ignore key size mismatch 2020-08-28 11:36:57 +02:00
Hash Everywhere: Redundant inline specifier on constexpr functions (#3807) 2020-10-20 18:08:13 +02:00
NumberTheory LibCrypto: Fix MB => MiB build issue 2020-08-16 16:44:09 +02:00
PK AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
CMakeLists.txt LibCrypto: Move large functions to cpp file 2020-08-16 16:35:23 +02:00