Mercurial > dropbear
view gensignkey.h @ 911:367205a2c1c4 asm
Include license information for Cryptogams routines
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 27 Feb 2014 22:30:56 +0800 |
parents | b298bb438625 |
children | deed0571cacc |
line wrap: on
line source
#ifndef _GENSIGNKEY_H #define _GENSIGNKEY_H #include "signkey.h" int signkey_generate(enum signkey_type type, int bits, const char* filename); #endif