]> Kevux Git Server - kevux-tools/commit
Progress: Further work in TacocaT.
authorKevin Day <thekevinday@gmail.com>
Sun, 31 Dec 2023 03:40:55 +0000 (21:40 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 31 Dec 2023 03:40:55 +0000 (21:40 -0600)
commit3d30e8a3898c33ac633d5a8071eddbb11079b32b
treea3731020b8269d21b5b9b115eddb908a8856f9d7
parent297cca986416d0bc8db711d754149948fb66610c
Progress: Further work in TacocaT.

I previously just jammed on a random seed based on time as a quick short term solution.

I created an f_random FLL project to provide some basic random entropy processing code.

This change set focuses on utilizing these to get set the random entropy.

The setup of the seed is set to non-blocking with a single delayed retry if blocked.
On failure, this still falls back to the time() based setup.
The fallback also must be cast t an unsigned int rather than a long.
data/build/tacocat/dependencies
data/build/tacocat/settings
sources/c/tacocat/main/common/define.h
sources/c/tacocat/main/tacocat.c
sources/c/tacocat/main/tacocat.h