#include <openssl/curve25519.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
bool | GenerateEd25519Key (const std::vector< std::string > &args) |
Variables | |
static const struct argument | kArguments [] |
Definition at line 37 of file generate_ed25519.cc.
Definition at line 24 of file generate_ed25519.cc.