csprng.h (92B)
1 #pragma once 2 3 #include <stddef.h> 4 5 void csprng_init(); 6 void csprng( void * buf, size_t n );