No more discrimination related with core0/core1. using get_core_num() returns the core number.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-12-24 01:38:09 +01:00
parent c0a540ae2b
commit a8fe504d14
5 changed files with 9 additions and 27 deletions

View File

@@ -33,7 +33,6 @@ void random_bytes_free (const uint8_t *p);
void random_get_salt (uint8_t *p);
/* iterator returning a byta at a time */
extern int random_gen (void *arg, unsigned char *output, size_t output_len);
extern int random_gen_core0(void *arg, unsigned char *out, size_t out_len);
extern int random_gen(void *arg, unsigned char *output, size_t output_len);
#endif