Functions | Variables
generate_ed25519.cc File Reference
#include <openssl/curve25519.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include "internal.h"
Include dependency graph for generate_ed25519.cc:

Go to the source code of this file.

Functions

bool GenerateEd25519Key (const std::vector< std::string > &args)
 

Variables

static const struct argument kArguments []
 

Function Documentation

◆ GenerateEd25519Key()

bool GenerateEd25519Key ( const std::vector< std::string > &  args)

Definition at line 37 of file generate_ed25519.cc.

Variable Documentation

◆ kArguments

const struct argument kArguments[]
static
Initial value:
= {
{
"-out-public", kRequiredArgument, "The file to write the public key to",
},
{
"-out-private", kRequiredArgument,
"The file to write the private key to",
},
{
},
}

Definition at line 24 of file generate_ed25519.cc.

kRequiredArgument
@ kRequiredArgument
Definition: third_party/boringssl-with-bazel/src/tool/internal.h:103
kOptionalArgument
@ kOptionalArgument
Definition: third_party/boringssl-with-bazel/src/tool/internal.h:104


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:13