Commit Graph

20 Commits

Author SHA1 Message Date
210a689cee Meson instead of Make
Some checks failed
Deploy documentation / deploy (push) Has been cancelled
2026-01-13 13:18:37 +03:00
edcaebcf53 fix(hex): basen::Exception 2024-09-30 17:41:43 +03:00
7e78bca810 fix(types): int8_t -> uint8_t; -1 -> 255 2024-09-30 13:10:47 +03:00
1d6b086bfa fix(types): uint64_t -> size_t 2024-09-30 12:35:59 +03:00
9d9b7adcc3 feat(docs): base64.hpp 2024-09-22 21:49:12 +03:00
4b7f01dcf6 fix(rename, submodule): libbase -> libbasen, aur.archlinux.org submodule removed 2024-09-20 19:03:26 +03:00
f2119850ee feat(base64, hex): alphabet moved to public interface as extern var 2024-09-19 00:05:35 +03:00
65a618639f feat(hex, base64): sizeEncoded, sizeDecoded 2024-09-17 15:13:10 +03:00
961b5f6b0c fix(*): size_t -> uint64_t 2024-09-17 14:38:27 +03:00
0c28595bbf fix(hex): str_size argument 2024-09-17 12:31:15 +03:00
b586192536 fix(hex): now throws exc if not enough allocated mem 2024-09-16 18:50:34 +03:00
74f2ce503e fix(hex): removed unnecessary span and string_view 2024-09-16 18:22:20 +03:00
66cd56fe95 fix(baseN, hex, sha256): added str_size argument 2024-09-16 17:48:20 +03:00
090e765a58 lint 2024-09-16 17:36:12 +03:00
46ae1a5872 fix(baseN, hex, sha256): const string & -> string_view 2024-09-16 09:57:31 +03:00
d6bbe43ec0 fix(hex): span 2024-09-15 21:17:08 +03:00
97e714fba0 fix(hex): rewrited on string_view 2024-09-13 13:38:26 +03:00
dfb9e4e7af feat(hex): overloading uint8_t * 2024-09-11 20:37:14 +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