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

@ -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))))