]> Kevux Git Server - fll/commit
Feature: Add f_random project for providing basic calls to getting and using entropy.
authorKevin Day <thekevinday@gmail.com>
Sun, 31 Dec 2023 03:09:24 +0000 (21:09 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 31 Dec 2023 03:09:24 +0000 (21:09 -0600)
commit3bcf21d5719500fee6fa29f2ac6c22817fb272f1
tree8b6ad388a4ace13dab40e38471ae012aa6cd3c0b
parent53767ca91fb497998a1052e912f093ea5a118d57
Feature: Add f_random project for providing basic calls to getting and using entropy.

Update the stand alone build config files.

Add the appropriate unit tests.
30 files changed:
build/level_0/settings
build/monolithic/settings
build/scripts/bootstrap-example.sh
build/scripts/test.sh
build/stand_alone/byte_dump.config.h
build/stand_alone/fake.config.h
build/stand_alone/firewall.config.h
build/stand_alone/utf8.config.h
level_0/f_random/c/random.c [new file with mode: 0644]
level_0/f_random/c/random.h [new file with mode: 0644]
level_0/f_random/data/build/defines [new file with mode: 0644]
level_0/f_random/data/build/dependencies [new file with mode: 0644]
level_0/f_random/data/build/dependencies-tests [new file with mode: 0644]
level_0/f_random/data/build/fakefile [new file with mode: 0644]
level_0/f_random/data/build/settings [new file with mode: 0644]
level_0/f_random/data/build/settings-mocks [new file with mode: 0644]
level_0/f_random/data/build/settings-tests [new file with mode: 0644]
level_0/f_random/data/build/testfile [new file with mode: 0644]
level_0/f_random/tests/unit/c/mock-random.c [new file with mode: 0644]
level_0/f_random/tests/unit/c/mock-random.h [new file with mode: 0644]
level_0/f_random/tests/unit/c/test-random-get.c [new file with mode: 0644]
level_0/f_random/tests/unit/c/test-random-get.h [new file with mode: 0644]
level_0/f_random/tests/unit/c/test-random-read.c [new file with mode: 0644]
level_0/f_random/tests/unit/c/test-random-read.h [new file with mode: 0644]
level_0/f_random/tests/unit/c/test-random-seed.c [new file with mode: 0644]
level_0/f_random/tests/unit/c/test-random-seed.h [new file with mode: 0644]
level_0/f_random/tests/unit/c/test-random-seed_set.c [new file with mode: 0644]
level_0/f_random/tests/unit/c/test-random-seed_set.h [new file with mode: 0644]
level_0/f_random/tests/unit/c/test-random.c [new file with mode: 0644]
level_0/f_random/tests/unit/c/test-random.h [new file with mode: 0644]