mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibCrypto: Use nested namespace specifiers in Hash/
This commit is contained in:
parent
27189850d8
commit
1fe3ba17c0
Notes:
sideshowbarker
2024-07-17 02:11:01 +09:00
Author: https://github.com/nico
Commit: 1fe3ba17c0
Pull-request: https://github.com/SerenityOS/serenity/pull/16823
Reviewed-by: https://github.com/MacDue
7 changed files with 7 additions and 22 deletions
|
@ -9,8 +9,7 @@
|
|||
#include <AK/Types.h>
|
||||
#include <LibCrypto/Hash/SHA1.h>
|
||||
|
||||
namespace Crypto {
|
||||
namespace Hash {
|
||||
namespace Crypto::Hash {
|
||||
|
||||
static constexpr auto ROTATE_LEFT(u32 value, size_t bits)
|
||||
{
|
||||
|
@ -147,4 +146,3 @@ SHA1::DigestType SHA1::peek()
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue