aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/rand_generic.odin
Commit message (Expand)AuthorAgeFilesLines
* fix build tagsLaytan Laats2024-02-131-1/+6
* add crypto.rand_bytes for Darwin and FreeBSDLaytan Laats2024-02-131-4/+3
* Add system_random and random_bytes for js targetDamian Tarnawski2023-10-271-2/+2
* Added rand_bytes for Windows in core:cryptozhibog2022-03-021-1/+1
* initial OpenBSD supportSébastien Marie2022-02-251-1/+1
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-1/+1
* crypto: Add rand_bytesYawning Angel2021-11-171-0/+7