12.1.0:
2 * Convert all __[u|s][32|64] into [uint|int][32|64]_t
3 * Remove all code protected by #if defined(__KERNEL__) && !defined(MODULE)
4 * Add JENT_PRIVATE_COMPILE: Enable flag during compile when
5   compiling a private copy of the Jitter RNG
6 * Remove unused statistical test code
7 * Add FIPS 140-2 continuous self test code
8 * threshold for init-time stuck test configurable with JENT_STUCK_INIT_THRES
9   during compile time
10
112.0.1:
12 * Invcation of stuck test during initalization
13
142.0.0:
15 * Replace the XOR folding of a time delta with an LFSR -- the use of an
16   LFSR is mathematically more sound for the argument to maintain entropy
17
181.2.0:
19 * Use constant time operation of jent_stir_pool to prevent leaking
20   timing information about RNG.
21 * Make it compile on 32 bit archtectures
22
231.1.0:
24 * start new numbering schema
25 * update processing of bit that is deemed holding no entropy by heuristic:
26   XOR it into pool without LSFR and bit rotation (reported and suggested
27   by Kevin Fowler <kevpfowler@gmail.com>)
28
29