Remove redundant rng wrapper

This commit is contained in:
Jarno Lamsa 2019-09-09 08:42:11 +03:00
parent f35f35bcbe
commit 28012e2ea2

View File

@ -4,16 +4,6 @@
#include "tinycrypt/ecc_dh.h"
#include "tinycrypt/ecc_dsa.h"
static int uecc_rng_wrapper( uint8_t *dest, unsigned int size )
{
int ret;
ret = rnd_std_rand( NULL, dest, size );
if( ret == 0 )
return( (int) size );
return( 0 );
}
/* END_HEADER */
/* BEGIN_DEPENDENCIES