Get the raw (encrypted) content.
| 78 | |
| 79 | /// Get the raw (encrypted) content. |
| 80 | [[nodiscard]] const char *raw() const noexcept { return data_.data(); } |
| 81 | |
| 82 | /// Get the actual length of the string. |
| 83 | [[nodiscard]] constexpr std::size_t size() noexcept { return N - 1; } |