Merge pull request #262 into master

07d3bbc4 container: root: macro: web: internal: fix Crypto++ canvas (Aaron Fiore)
This commit is contained in:
2026-01-09 15:34:53 -08:00

View File

@@ -366,7 +366,7 @@ class Random final
return common::crypto::botan::g_Random->generate();
});
data.title = "Crypto++_RNG_" + timestamp;
data.title = "CryptoPP_RNG_" + timestamp;
random(data, []() -> uint32_t {
return common::crypto::cryptopp::g_Random->generate();
});