Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions BIBLIOGRAPHY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ source code and documentation.
- [test/configs/no_asm_config.h](test/configs/no_asm_config.h)
- [test/configs/serial_fips202_config.h](test/configs/serial_fips202_config.h)
- [test/configs/test_alloc_config.h](test/configs/test_alloc_config.h)
- [test/configs/test_rng_fail_config.h](test/configs/test_rng_fail_config.h)

### `FIPS202`

Expand Down Expand Up @@ -108,7 +107,6 @@ source code and documentation.
- [test/configs/no_asm_config.h](test/configs/no_asm_config.h)
- [test/configs/serial_fips202_config.h](test/configs/serial_fips202_config.h)
- [test/configs/test_alloc_config.h](test/configs/test_alloc_config.h)
- [test/configs/test_rng_fail_config.h](test/configs/test_rng_fail_config.h)

### `HYBRID`

Expand Down
15 changes: 0 additions & 15 deletions test/configs/configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,18 +427,3 @@ configs:
MLD_CONFIG_FILE:
comment: "/* No need to set this -- we _are_ already in a custom config */"

- path: test/configs/test_rng_fail_config.h
description: "Using custom randombytes that can fail at specific invocation"
defines:
MLD_CONFIG_NAMESPACE_PREFIX: mld
MLD_CONFIG_CUSTOM_RANDOMBYTES:
content: |
#define MLD_CONFIG_CUSTOM_RANDOMBYTES
#if !defined(__ASSEMBLER__)
#include <stddef.h>
#include <stdint.h>
#include "src/sys.h"
int mld_randombytes(uint8_t *out, size_t outlen);
#endif
MLD_CONFIG_FILE:
comment: "/* No need to set this -- we _are_ already in a custom config */"
Loading
Loading