unit_test.c (11d38a5764295585a2472d5e861fa8abe1a11eb2) unit_test.c (7a3f5d11fb3873674a1f7e27bcc9a5f7ce279390)
1/*-
2 * Copyright (c) 2000-2015 Mark R V Murray
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 22 unchanged lines hidden (view full) ---

31
32cc -g -O0 -pthread -DRANDOM_<alg> -I../.. -lstdthreads -Wall \
33 unit_test.c \
34 yarrow.c \
35 fortuna.c \
36 hash.c \
37 ../../crypto/rijndael/rijndael-api-fst.c \
38 ../../crypto/rijndael/rijndael-alg-fst.c \
1/*-
2 * Copyright (c) 2000-2015 Mark R V Murray
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 22 unchanged lines hidden (view full) ---

31
32cc -g -O0 -pthread -DRANDOM_<alg> -I../.. -lstdthreads -Wall \
33 unit_test.c \
34 yarrow.c \
35 fortuna.c \
36 hash.c \
37 ../../crypto/rijndael/rijndael-api-fst.c \
38 ../../crypto/rijndael/rijndael-alg-fst.c \
39 ../../crypto/sha2/sha2.c \
39 ../../crypto/sha2/sha256c.c \
40 -lz \
41 -o unit_test
42./unit_test
43
44Where <alg> is YARROW or FORTUNA.
45*/
46
47#include <sys/types.h>

--- 220 unchanged lines hidden ---
40 -lz \
41 -o unit_test
42./unit_test
43
44Where <alg> is YARROW or FORTUNA.
45*/
46
47#include <sys/types.h>

--- 220 unchanged lines hidden ---