#pragma once #include #include "cx_errors.h" #include "decorators.h" /* ----------------------------------------------------------------------- */ /* - RANDOMNESS - */ /* ----------------------------------------------------------------------- */ SYSCALL cx_err_t cx_get_random_bytes(void *buffer, size_t len);