libbtc
bitcoinclibrary
|
#include "random.h"
#include "libbtc-config.h"
#include <assert.h>
#include <string.h>
#include <stdio.h>
#include <time.h>
Go to the source code of this file.
Functions | |
void | random_init (void) |
btc_bool | random_bytes (uint8_t *buf, uint32_t len, const uint8_t update_seed) |
btc_bool random_bytes | ( | uint8_t * | buf, |
uint32_t | len, | ||
const uint8_t | update_seed | ||
) |
Definition at line 57 of file random.c.
References RANDOM_DEVICE.
Referenced by btc_privkey_gen(), btc_privkey_verify_pubkey(), and ecc_start().