1
0
mirror of https://github.com/clearml/dropbear synced 2025-04-16 21:41:37 +00:00
dropbear/crypto_desc.h
Matt Johnston 7f091e7019 start on ecdsa keys
--HG--
branch : ecc
2013-04-09 00:36:04 +08:00

10 lines
125 B
C

#ifndef _CRYPTO_DESC_H
#define _CRYPTO_DESC_H
void crypto_init();
extern int dropbear_ltc_prng;
#endif // _CRYPTO_DESC_H