webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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) |
using ScopedFILE = std::unique_ptr<FILE, FileCloser> |
bool GenerateEd25519Key | ( | const std::vector< std::string > & | args | ) |