view crypto_desc.h @ 1628:ff3f274ea56c

Add missing word to readme (#77)
author Michael Jones <jonesmz@users.noreply.github.com>
date Wed, 20 Mar 2019 08:56:19 -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 */