#ifndef TCT_X25519_H #define TCT_X25519_H #include /// Implements the X25519 ECDH key derivation function as described in RFC 7748 void tct_x25519 (const uint8_t *key, const uint8_t *u, uint8_t *out); #endif