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, 1 insertions, 1 deletions
diff --git a/include/olm/crypto.hh b/include/olm/crypto.hh
index b299e12..7f8f069 100644
--- a/include/olm/crypto.hh
+++ b/include/olm/crypto.hh
@@ -34,7 +34,7 @@ struct Curve25519KeyPair : public Curve25519PublicKey {
/** Generate a curve25519 key pair from 32 random bytes. */
-void generate_key(
+void curve25519_generate_key(
std::uint8_t const * random_32_bytes,
Curve25519KeyPair & key_pair
);