aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/tlcsprng.zig
AgeCommit message (Expand)Author
2025-02-22std.crypto.tlcsprng: Fix hardcoded use of defaultRandomSeed()Linus Groh
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-08-09std.crypto: better names for everything in utilsAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-08Replace std.rand references with std.Randome4m2
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2024-01-27std: remove meta.globalOptionVeikka Tuominen
2023-10-02Add illumos OS tagStephen Gregoratto
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-03-21Remove Gimli and Xoodoo from the standard library (#14928)Frank Denis
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-15add fork case for haikuAl Hoang
2021-10-27std.rand: Refactor `Random` interfaceOminitay
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-20std: Make atfork handler more robustLemonBoy
2021-05-20std: Call pthread_atfork only onceLemonBoy
2021-05-20std: Fix error in tlcsprng init sequenceLemonBoy
2021-05-17Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-17std: Allocate tlscsprng memory as neededLemonBoy
2021-02-25initial support for haiku sync updateAl Hoang
2020-12-31Year++Frank Denis
2020-12-19stage1: Fix for generic fn monomorphizationLemonBoy
2020-12-18work around compiler bug regarding generic function slice alignmentAndrew Kelley
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-18std: tlcsprng: cleanups & improvementsAndrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley