updated build system
All checks were successful
Public/monitarr/pipeline/head This commit looks good

This commit is contained in:
2025-07-25 17:09:54 -05:00
parent 30d1984da7
commit 55ad50d6f4
53 changed files with 120 additions and 142 deletions

View File

@@ -29,7 +29,7 @@
#include "utils/hash.hpp"
namespace monitarr::utils::encryption {
inline constexpr const std::uint32_t encryption_header_size{
inline constexpr std::uint32_t encryption_header_size{
crypto_aead_xchacha20poly1305_IETF_NPUBBYTES +
crypto_aead_xchacha20poly1305_IETF_ABYTES,
};