1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:38:12 +00:00
serenity/Userland/Libraries/LibCrypto/Hash
Ben Wiederhake 968f2b3eeb LibCrypto: Don't return reference to stack frame in PBKDF
A reference to the current stack frame becomes invalid after returning,
so returning Bytes is pointless.

I don't understand why this wasn't discovered earlier, but it caused
some CI problems for me, so I fixed it.

Don't take this as encouragement to break master! :^)
2023-06-01 21:22:14 +02:00
..
HashFunction.h AK: Add option to the string formatter to use a digit separator 2023-04-11 13:03:30 +02:00
HashManager.h LibTLS: Change CertificateKeyAlgorithm from enum to struct 2023-04-15 09:03:47 +03:30
MD5.cpp LibCrypto: Use nested namespace specifiers in Hash/ 2023-01-05 10:54:35 +01:00
MD5.h LibCrypto: Use nested namespace specifiers in Hash/ 2023-01-05 10:54:35 +01:00
PBKDF2.h LibCrypto: Don't return reference to stack frame in PBKDF 2023-06-01 21:22:14 +02:00
SHA1.cpp LibCrypto: Update entire blocks in SHA*::update() 2023-03-24 15:28:10 +00:00
SHA1.h LibCrypto: Use nested namespace specifiers in Hash/ 2023-01-05 10:54:35 +01:00
SHA2.cpp LibCrypto: Update entire blocks in SHA*::update() 2023-03-24 15:28:10 +00:00
SHA2.h LibCrypto: Use nested namespace specifiers in Hash/ 2023-01-05 10:54:35 +01:00