Sarah Marsh / Mbed OS EddystoneBeacon

source/EntropySource/EntropySource.h

Committer:
sarahmarshy
Date:
2016-11-29
Revision:
0:1c7da5f83647

File content as of revision 0:1c7da5f83647:

#ifndef __ENTROPY_SOURCE_H__
#define __ENTROPY_SOURCE_H__
#include <stddef.h>
#include <mbedtls/entropy.h>

int eddystoneRegisterEntropySource(	mbedtls_entropy_context* ctx);

int eddystoneEntropyPoll( void *data,
                    unsigned char *output, size_t len, size_t *olen );

#endif // __ENTROPY_SOURCE_H__