Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
EntropySource.h
00001 #ifndef __ENTROPY_SOURCE_H__ 00002 #define __ENTROPY_SOURCE_H__ 00003 #include <stddef.h> 00004 #include <mbedtls/entropy.h> 00005 00006 int eddystoneRegisterEntropySource( mbedtls_entropy_context* ctx); 00007 00008 int eddystoneEntropyPoll( void *data, 00009 unsigned char *output, size_t len, size_t *olen ); 00010 00011 #endif // __ENTROPY_SOURCE_H__
Generated on Thu Jul 14 2022 09:28:18 by
1.7.2