1
0
Fork 0
nrf51-cryptolib/rng.h

5 lines
88 B
C

#pragma once
uint8_t rng_byte(void);
void rng_bytes(uint8_t *out, uint32_t num_bytes);