1
0
mirror of https://github.com/clearml/dropbear synced 2025-03-09 13:30:45 +00:00
dropbear/crypto_desc.h

10 lines
125 B
C
Raw Normal View History

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