mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 13:13:13 -04:00
1) Clean up namespace; only use "Yarrow" where it is Yarrow-specific or close enough to the Yarrow algorithm. For the rest use a neutral name. 2) Tidy up headers; put private stuff in private places. More could be done here. 3) Streamline the hashing/encryption; no need for a 256-bit counter; 128 bits will last for long enough. There are bits of debug code lying around; these will be removed at a later stage. |
||
|---|---|---|
| .. | ||
| harvest.c | ||
| hash.c | ||
| hash.h | ||
| ivy.c | ||
| nehemiah.c | ||
| pseudo_rng.c | ||
| random_adaptors.c | ||
| random_adaptors.h | ||
| randomdev.c | ||
| randomdev.h | ||
| randomdev_soft.c | ||
| randomdev_soft.h | ||
| yarrow.c | ||
| yarrow.h | ||