Commit Graph

24 Commits

Author SHA1 Message Date
82a9243e2b fix(tests): tests are runned with && splitter 2024-10-26 20:24:26 +03:00
227579d1e2 fix(baseN): basen::Exception 2024-09-30 17:23:23 +03:00
4eaf5b53c0 feat(Exception) 2024-09-30 16:17:24 +03:00
aefef92370 feat(basen): without encoding exceptions handling 2024-09-29 15:26:04 +03:00
fb15184848 feat(baseN): digitsMap 2024-09-29 13:33:38 +03:00
71ff3d4260 fix(base64): encode: incorrect padding if size % 3 == 2 2024-09-28 13:23:54 +03:00
8da5ce49ef fix(base64): coverage 2024-09-26 20:05:38 +03:00
b0e645679d fix(hex): coverage 2024-09-26 17:17:01 +03:00
5396abe202 feat(cover): gcov, gcovr 2024-09-26 12:00:23 +03:00
a5374daa6f feat(Doxyfile, doxygen-awesome) 2024-09-22 19:51:15 +03:00
4b7f01dcf6 fix(rename, submodule): libbase -> libbasen, aur.archlinux.org submodule removed 2024-09-20 19:03:26 +03:00
64912d9b54 fix(Makefile): mkdir -p 2024-09-19 09:36:56 +03:00
817f6c4fb1 feat(base58): unfixed bug with double \0 and incorrect real str_size 2024-09-19 01:50:32 +03:00
7c9e77d1aa fix(Makefile): -lLIB = -l:libbase.so / .a 2024-09-18 11:45:49 +03:00
0545182df1 fix(Makefile): headers installation 2024-09-18 11:16:34 +03:00
2277ec01f3 fix(Makefile): .so was moved to ${LIBDIR} 2024-09-18 10:42:35 +03:00
871c850cbe feat(Makefile): USRDIR decomposed into USRLIB, USRBIN, USRINC, CFLAGS for SHARED= 2024-09-18 10:21:38 +03:00
891e0e77d8 feat(base64): isValid 2024-09-16 17:56:04 +03:00
8f943754f3 fix(makefile): -std=c++23, rm -rf ${DIR}/* 2024-09-15 19:35:19 +03:00
07fc45817a feat(baseN): encode(): overloading 2024-09-12 00:06:10 +03:00
907fb6d90f feat(sha256): test 2024-09-11 17:21:37 +03:00
8217e95e85 feat(hex): test 2024-09-11 17:11:51 +03:00
17e2e04a3b feat(hex): without overloading; fix(sha256): const uint8_t * -> uint8_t * 2024-09-11 16:47:51 +03:00
f2d9318a45 feat(sha256, baseN): without overloading, just on vector 2024-09-11 16:32:33 +03:00