#include "curve25519.h" #include struct KeyPair curve25519_create_keypair() { return (struct KeyPair){NULL, NULL}; }