dsprenkels / dsprenkels/randombytes
Add functional test for old linux versions
Open
enhancement
help wanted
- Dominant language
- C
- Stars
- 101
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Old linux versions do not have the `getrandom` system call. On these versions, `randombytes.c` falls back to using `/dev/{u,}random` for randomness. We should see whether GitHub actions has support for old versions of linux (probably not); or alternatively, hack the tests in such a way that the tests use the compatibility mode nonetheless. (See also #40)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.