Packages

Native Elixir wrapper for the Scrypt KDF

Current section

Files

Jump to
scrypt_elixir_copy scrypt libcperciva POSIX posix-clock_gettime.c
Raw

scrypt/libcperciva/POSIX/posix-clock_gettime.c

#include <time.h>
int
main(void)
{
struct timespec ts;
return (clock_gettime(CLOCK_REALTIME, &ts));
}