When looking through the design of sodiumpp, I'm curious of the choice of std:string.
I would have thought that the more natural format for binary data (or UTF-8 encoded text), was std::vector<uint8_t>.
Was/Is is there a special reason for the choice of std::string ?
When looking through the design of sodiumpp, I'm curious of the choice of std:string.
I would have thought that the more natural format for binary data (or UTF-8 encoded text), was std::vector<uint8_t>.
Was/Is is there a special reason for the choice of std::string ?