Support reading from snapshots encrypted with different keys

This commit is contained in:
Vitaliy Filippov
2026-07-05 14:10:10 +03:00
parent 3cf876fafa
commit 7f5c24144b
13 changed files with 322 additions and 140 deletions
+1
View File
@@ -38,5 +38,6 @@ bool is_zero(void *buf, size_t size);
bool memcheck(uint8_t *buf, uint8_t byte, size_t len);
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);
#pragma GCC visibility pop