This commit is contained in:
Scott E. Graves 2025-04-24 08:55:02 -05:00
parent 22e5df62b9
commit 3c2d363a5e

View File

@ -43,6 +43,7 @@ namespace {
[[nodiscard]] auto decrypt(std::string_view data, std::string_view password)
-> std::string {
REPERTORY_USES_FUNCTION_NAME();
if (data.empty()) {
return std::string{data};
}