aboutsummaryrefslogtreecommitdiff
path: root/include/olm/crypto.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/olm/crypto.hh')
-rw-r--r--include/olm/crypto.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/olm/crypto.hh b/include/olm/crypto.hh
index 159bac7..7a05f8d 100644
--- a/include/olm/crypto.hh
+++ b/include/olm/crypto.hh
@@ -17,7 +17,6 @@
#include <cstdint>
#include <cstddef>
-#include <string>
namespace olm {
@@ -27,7 +26,6 @@ static const std::size_t IV_LENGTH = 16;
struct Curve25519PublicKey {
std::uint8_t public_key[KEY_LENGTH];
- std::string to_string() const;
};