mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-12 07:21:06 +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.