// Copyright 2016-2022 Nicholas J. Kain // SPDX-License-Identifier: MIT #ifndef NCMLIB_HWCRNG__ #define NCMLIB_HWCRNG__ #include void nk_hwrng_bytes(void *seed, size_t len); #endif