ladybird/Libraries/LibCrypto/Hash
Ali Mohammad Pur 4462348916 Everywhere: Slap some [[clang::lifetimebound]] where appropriate
This first pass only applies to the following two cases:
- Public functions returning a view type into an object they own
- Public ctors storing a view type

This catches a grand total of one (1) issue, which is fixed in
the previous commit.
2025-09-01 11:11:38 +02:00
..
BLAKE2b.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
BLAKE2b.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
HashFunction.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
HashManager.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
HKDF.cpp Meta+LibCrypto: Update openssl to version 3.5.1 2025-07-16 17:03:15 +02:00
HKDF.h LibCrypto+LibWeb: Refactor HKDF and PBKDF2 classes with OpenSSL 2025-02-24 11:11:05 +01:00
MD5.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
MD5.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
OpenSSLHashFunction.h LibCrypto: Remove OpenSSL as a public header dependency 2025-01-13 17:00:18 +01:00
PBKDF2.cpp LibCrypto+LibWeb: Refactor HKDF and PBKDF2 classes with OpenSSL 2025-02-24 11:11:05 +01:00
PBKDF2.h LibCrypto+LibWeb: Refactor HKDF and PBKDF2 classes with OpenSSL 2025-02-24 11:11:05 +01:00
SHA1.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
SHA1.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
SHA2.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
SHA2.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00