view crypto_desc.h @ 1792:2bf1e97ba3cd

Update INSTALL (#113) Make Git/Mercurial instructions easier to understand
author Xenhat <commits@xenh.at>
date Thu, 17 Dec 2020 04:35:48 -0500
parents 9169e4e7cbee
children
line wrap: on
line source

#ifndef DROPBEAR_CRYPTO_DESC_H
#define DROPBEAR_CRYPTO_DESC_H

void crypto_init(void);

extern int dropbear_ltc_prng;

#endif /* DROPBEAR_CRYPTO_DESC_H */