Big code refactor, get rid of HAL entirely
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "hal/hal.h"
|
||||
#include "syscall.h"
|
||||
#include "syscall/syscall.h"
|
||||
#include "randcrypto/physrand.h"
|
||||
|
||||
int32_t SYSCALL0(sys_rand) {
|
||||
return hal_randnum();
|
||||
return randcrypto_get_physrand();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user