fix(rename, submodule): libbase -> libbasen, aur.archlinux.org submodule removed
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#include <stdexcept>
|
||||
|
||||
#include <base/base58.hpp>
|
||||
#include <base/baseN.hpp>
|
||||
#include <base/hash/sha256.hpp>
|
||||
#include <basen/base58.hpp>
|
||||
#include <basen/baseN.hpp>
|
||||
#include <basen/hash/sha256.hpp>
|
||||
|
||||
namespace base58
|
||||
{
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
#include <limits>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <base/base64.hpp>
|
||||
#include <base/baseN.hpp>
|
||||
#include <basen/base64.hpp>
|
||||
#include <basen/baseN.hpp>
|
||||
|
||||
namespace base64
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
#include <limits>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <base/baseN.hpp>
|
||||
#include <basen/baseN.hpp>
|
||||
|
||||
static constexpr auto log256 = std::log(256);
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#include <memory.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <base/hash/sha256.hpp>
|
||||
#include <basen/hash/sha256.hpp>
|
||||
|
||||
#define ROTLEFT(a,b) (((a) << (b)) | ((a) >> (32-(b))))
|
||||
#define ROTRIGHT(a,b) (((a) >> (b)) | ((a) << (32-(b))))
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
#include <limits>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <base/baseN.hpp>
|
||||
#include <base/hex.hpp>
|
||||
#include <basen/baseN.hpp>
|
||||
#include <basen/hex.hpp>
|
||||
|
||||
namespace hex
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user