| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement new sys/unix package | flysand7 | 2023-10-27 | 1 | -22/+21 |
| | | |||||
| * | cleanup of os/linux | Colin Davidson | 2023-02-28 | 1 | -1/+1 |
| | | |||||
| * | crypto: Add rand_bytes | Yawning Angel | 2021-11-17 | 1 | -0/+37 |
| This adds `rand_bytes(dst: []byte)` which fills the destination buffer with entropy from the cryptographic random number generator. This takes the "simple is best" approach and just directly returns the OS CSPRNG output instead of doing anything fancy (a la OpenBSD's arc4random). | |||||