container: c++: dfi namespace refactor
Align with project alias, save the eyes and hands.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// docker-finance | modern accounting for the power-user
|
||||
//
|
||||
// Copyright (C) 2024 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||
// Copyright (C) 2024-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
@@ -29,21 +29,21 @@
|
||||
|
||||
#include "../common/crypto.hh"
|
||||
|
||||
//! \namespace docker_finance
|
||||
//! \namespace dfi
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace docker_finance
|
||||
namespace dfi
|
||||
{
|
||||
//! \namespace docker_finance::macro
|
||||
//! \namespace dfi::macro
|
||||
//! \brief ROOT macros
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace macro
|
||||
{
|
||||
//! \namespace docker_finance::macro::crypto
|
||||
//! \namespace dfi::macro::crypto
|
||||
//! \brief ROOT cryptographic-based macros
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace crypto
|
||||
{
|
||||
namespace common = ::docker_finance::macro::common;
|
||||
namespace common = ::dfi::macro::common;
|
||||
namespace libsodium = common::crypto::libsodium;
|
||||
namespace cryptopp = common::crypto::cryptopp;
|
||||
namespace botan = common::crypto::botan;
|
||||
@@ -134,7 +134,7 @@ class Random final
|
||||
};
|
||||
} // namespace crypto
|
||||
} // namespace macro
|
||||
} // namespace docker_finance
|
||||
} // namespace dfi
|
||||
|
||||
#endif // CONTAINER_SRC_ROOT_MACRO_CRYPTO_RANDOM_C_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user