6 comments (6 comments)1 reaction (1 reaction)1 assignee (1 assignee)Go19,008 forks (19,008 forks)batch import
NeedsFixOS-OpenBSDcompiler/runtimehelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
OpenBSD has its version of AT_RANDOM, the .openbsd.randomdata ELF section documented at SPECS.randomdata. We should use that instead of reading from /dev/urandom.
Contributor guide
- Research direction
- Familiarize yourself with the OpenBSD .openbsd.randomdata ELF section. Then modify the Go runtime's startupRand to read from it instead of /dev/urandom.
- Tech stack
- go
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- GoOpenBSD