webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Typedefs | Functions
generate_ed25519.cc File Reference
#include <openssl/curve25519.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include "internal.h"

Classes

struct  FileCloser
 

Typedefs

using ScopedFILE = std::unique_ptr< FILE, FileCloser >
 

Functions

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

Typedef Documentation

◆ ScopedFILE

using ScopedFILE = std::unique_ptr<FILE, FileCloser>

Function Documentation

◆ GenerateEd25519Key()

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