aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/rand_generic.odin
Commit message (Expand)AuthorAgeFilesLines
* os/os2: wasi target supportLaytan Laats2025-01-181-0/+1
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-7/+7
* Merged with masterAndreas T Jonsson2024-05-021-4/+3
|\
| * core/crypto: Add a `HAS_RAND_BYTES` constantYawning Angel2024-04-231-4/+3
* | Merge branch 'master' into netbsdAndreas T Jonsson2024-04-251-1/+1
|\|
| * Core Foundation and Security vendor libraries.Vitalii Kravchenko2024-04-131-1/+1
* | Added missing build tags in coreAndreas T Jonsson2024-04-251-0/+1
|/
* core/crypto: Add `has_rand_bytes`Yawning Angel2024-04-091-0/+4
* 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