1732bccccc
It's a lot more common than BSD 2-clause it is both compatible and nearly identical in effect.
12 lines
215 B
C
12 lines
215 B
C
// Copyright 2016 Nicholas J. Kain <njkain at gmail dot com>
|
|
// SPDX-License-Identifier: MIT
|
|
#ifndef NCMLIB_HWCRNG__
|
|
#define NCMLIB_HWCRNG__
|
|
|
|
#include <stddef.h>
|
|
|
|
void nk_get_hwrng(void *seed, size_t len);
|
|
|
|
#endif
|
|
|