view gensignkey.h @ 1709:04155ce30759

Sync curve25519 license
author Vladislav Grishenko <themiron@mail.ru>
date Sun, 31 May 2020 21:10:43 +0500
parents 4f8eb331174f
children
line wrap: on
line source

#ifndef DROPBEAR_GENSIGNKEY_H
#define DROPBEAR_GENSIGNKEY_H

#include "signkey.h"

int signkey_generate(enum signkey_type type, int bits, const char* filename, int skip_exist);
int signkey_generate_get_bits(enum signkey_type keytype, int bits);

#endif