mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibCrypto: Use nested namespace specifiers in Hash/
This commit is contained in:
parent
27189850d8
commit
1fe3ba17c0
7 changed files with 7 additions and 22 deletions
|
@ -10,8 +10,7 @@
|
|||
#include <AK/StringView.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace Crypto {
|
||||
namespace Hash {
|
||||
namespace Crypto::Hash {
|
||||
|
||||
template<size_t DigestS>
|
||||
struct Digest {
|
||||
|
@ -59,4 +58,3 @@ protected:
|
|||
virtual ~HashFunction() = default;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue