We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ?