view crypto_desc.h @ 850:7507b174bba0 ecc

- Make curve25519 work after fixing a typo, interoperates with OpenSSH - comment on ecc binary size effects
author Matt Johnston <matt@ucc.asn.au>
date Sat, 09 Nov 2013 00:02:26 +0800
parents d1575fdc29a6
children c19acba28590
line wrap: on
line source

#ifndef _CRYPTO_DESC_H
#define _CRYPTO_DESC_H

void crypto_init();

extern int dropbear_ltc_prng;

#endif // _CRYPTO_DESC_H