rename: libbase -> libbasen

This commit is contained in:
2024-09-20 18:29:17 +03:00
parent 4e166d24cf
commit d0ef8a5cb2
19 changed files with 27 additions and 27 deletions

View File

@ -1,5 +1,5 @@
#include <base/hash/sha256.hpp>
#include <base/hex.hpp>
#include <basen/hash/sha256.hpp>
#include <basen/hex.hpp>
#include <gtest/gtest.h>
using namespace hash;

View File

@ -1,7 +1,7 @@
#include <utility>
#include <base/base58.hpp>
#include <base/hex.hpp>
#include <basen/base58.hpp>
#include <basen/hex.hpp>
#include <gtest/gtest.h>
using namespace base58;

View File

@ -1,7 +1,7 @@
#include <utility>
#include <base/base64.hpp>
#include <base/hex.hpp>
#include <basen/base64.hpp>
#include <basen/hex.hpp>
#include <gtest/gtest.h>
using namespace base64;

View File

@ -1,8 +1,8 @@
#include <utility>
#include <base/base58.hpp>
#include <base/baseN.hpp>
#include <base/hex.hpp>
#include <basen/base58.hpp>
#include <basen/baseN.hpp>
#include <basen/hex.hpp>
#include <gtest/gtest.h>
using namespace baseN;

View File

@ -1,4 +1,4 @@
#include <base/hex.hpp>
#include <basen/hex.hpp>
#include <gtest/gtest.h>
using namespace hex;