Commit Graph

80 Commits

Author SHA1 Message Date
be4f2ae036 update(LICENSE): GPL-3.0 -> LGPL-3.0 2024-09-30 12:08:36 +03:00
bffab94715 fix(baseN): decode: condition div != 0 at last iteration 2024-09-29 22:06:07 +03:00
aefef92370 feat(basen): without encoding exceptions handling 2024-09-29 15:26:04 +03:00
d8671350a4 fix(base58): decodeCheck: exception if buff.size() < 4 2024-09-29 13:34:09 +03:00
fb15184848 feat(baseN): digitsMap 2024-09-29 13:33:38 +03:00
3c93056416 fix(Makefile): -lgcov, TOOLS = basen 2024-09-28 22:06:04 +03:00
71ff3d4260 fix(base64): encode: incorrect padding if size % 3 == 2 v1.0.3 2024-09-28 13:23:54 +03:00
bce26d3a4b submodule(update)
Some checks failed
Deploy documentation / deploy (push) Has been cancelled
2024-09-26 21:02:55 +03:00
44120b7ebb fix(docs.yml): on push main; update(Doxyfile): version 2024-09-26 20:55:30 +03:00
87a0cce29d update(AUTHORS) v1.0.2 2024-09-26 20:24:55 +03:00
9f939fea24 Merge pull request #2 from vSEK1RO/v1.0.2
V1.0.2
2024-09-26 20:23:15 +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
6d689cb9b3 fix(README.md): coverage 2024-09-26 12:26:07 +03:00
119bca6c87 fix(docs.yml): on realease published 2024-09-26 12:06:51 +03:00
5396abe202 feat(cover): gcov, gcovr 2024-09-26 12:00:23 +03:00
5f2cffdd82 submodule(distrib/arch): v1.0.1 2024-09-23 21:20:06 +03:00
93baa83f87 update(AUTHORS)
Some checks failed
Deploy documentation / deploy (push) Has been cancelled
v1.0.1
2024-09-23 19:41:23 +03:00
b6780fe572 fix(docs.yml): download doxygen-1.12.0 binaries 2024-09-23 19:38:33 +03:00
bb98575fb9 fix(docs.yml): submodules: 'true' 2024-09-22 22:20:24 +03:00
98fa49bd06 Merge pull request #1 from vSEK1RO/v1.0.1
v1.0.1
2024-09-22 22:07:58 +03:00
e28d103da0 feat(docs): base58.hpp 2024-09-22 22:00:13 +03:00
5b76028d8a feat(docs): hex.hpp 2024-09-22 21:50:49 +03:00
9d9b7adcc3 feat(docs): base64.hpp 2024-09-22 21:49:12 +03:00
c511dd2fa8 feat(docs): github link, ghpages link 2024-09-22 21:28:27 +03:00
f6e17b4f7b fix(sha256): define DIGEST_LENGTH removed 2024-09-22 21:02:23 +03:00
b61d8396f5 feat(docs): baseN.hpp 2024-09-22 21:00:54 +03:00
53279581aa feat(.github): docs.yml 2024-09-22 20:24:45 +03:00
f4b5dc0ce0 fix(doxygen-awesome): moved to deps dir 2024-09-22 20:03:22 +03:00
a5374daa6f feat(Doxyfile, doxygen-awesome) 2024-09-22 19:51:15 +03:00
baf52bb404 fix(submodule): distrib/arch added to .gitmodules 2024-09-22 17:11:15 +03:00
f47f367045 fix(README.md): styles 2024-09-21 22:41:34 +03:00
fd660f3b56 feat(README.md): contents, installation, contribution 2024-09-21 22:30:36 +03:00
78276e8c88 submodule(distrib): aur 2024-09-21 16:14:13 +03:00
7b0b06a1fe feat(LICENSE, AUTHORS): MIT -> GPL-3.0, authors.sh v1.0.0 2024-09-21 15:34:12 +03:00
f8417be18c fix(baseN): decode: empty string case 2024-09-20 20:08:51 +03:00
4b7f01dcf6 fix(rename, submodule): libbase -> libbasen, aur.archlinux.org submodule removed 2024-09-20 19:03:26 +03:00
4e166d24cf submodule(arch): PKGBUILD 2024-09-19 10:09:10 +03:00
64912d9b54 fix(Makefile): mkdir -p 2024-09-19 09:36:56 +03:00
0086092bd9 fix(baseN): encode, decode now return uint8_t zero offset 2024-09-19 08:41:59 +03:00
f49c0463d4 fix(baseN): sizeEnc/Dec: zeros counting 2024-09-19 07:54:46 +03:00
817f6c4fb1 feat(base58): unfixed bug with double \0 and incorrect real str_size 2024-09-19 01:50:32 +03:00
f2119850ee feat(base64, hex): alphabet moved to public interface as extern var 2024-09-19 00:05:35 +03:00
5822443706 fix(tests): vector<pair> 2024-09-18 23:41:14 +03:00
961e54c08b feat(baseN): decode 2024-09-18 23:29:21 +03:00
61c0ae3a72 feat(baseN): encode 2024-09-18 21:38:06 +03:00
5a42cf1011 feat(baseN): sizeEncoded/Decoded 2024-09-18 16:24:41 +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