mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Everywhere: Use nested namespace qualifiers
This commit is contained in:
committed by
Ali Mohammad Pur
parent
a2f33fdcef
commit
66e210e406
Notes:
sideshowbarker
2024-07-16 22:51:10 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/66e210e406 Pull-request: https://github.com/SerenityOS/serenity/pull/19951
@@ -8,8 +8,7 @@
|
||||
#include <LibCrypto/BigInt/Algorithms/UnsignedBigIntegerAlgorithms.h>
|
||||
#include <LibCrypto/NumberTheory/ModularFunctions.h>
|
||||
|
||||
namespace Crypto {
|
||||
namespace NumberTheory {
|
||||
namespace Crypto::NumberTheory {
|
||||
|
||||
UnsignedBigInteger ModularInverse(UnsignedBigInteger const& a_, UnsignedBigInteger const& b)
|
||||
{
|
||||
@@ -232,4 +231,3 @@ UnsignedBigInteger random_big_prime(size_t bits)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user