Add vitastor-cli create & modify --enc-key parameter

This commit is contained in:
Vitaliy Filippov
2026-04-17 13:53:40 +03:00
parent cc6e531410
commit 64a8cd1f4b
8 changed files with 147 additions and 23 deletions
+1
View File
@@ -37,5 +37,6 @@ bool is_zero(void *buf, size_t size);
std::string urldecode(const std::string & orig);
size_t fromhexstr(const std::string & from, size_t bytes, uint8_t *to);
std::string tohexstr(const uint8_t *from, size_t bytes);
bool ishexstr(const std::string & str);
#pragma GCC visibility pop