mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-11 13:39:13 +00:00
We don't need to potentially heap-allocate a std::string instance here, given the data is known ahead of time. We can just place it within an array and pass this to the mbedtls functions.