aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/rand/rand.go
AgeCommit message (Expand)Author
2023-01-26crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0json-isValidNumber-beforeTobias Klauser
2022-05-05crypto/rand: properly handle large Read on windowsRoland Shoemaker
2021-10-05crypto/rand: document additional getrandom/getentropy support in ReaderTobias Klauser
2020-10-27crypto/rand: generate random numbers using RtlGenRandom on WindowsJason A. Donenfeld
2018-10-03crypto/rand: warn to stderr if blocked 60+ sec on first Reader.Read callBrad Fitzpatrick
2018-08-22crypto/rand: use the new getrandom syscall on FreeBSDDavid Carlier
2018-06-20crypto/rand: make documentation consistent between package comment and ReaderBrad Fitzpatrick
2018-05-03crypto/rand, crypto/x509: add js/wasm architectureRichard Musiol
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-26crypto/rand: use the getentropy syscall on OpenBSDMichael McConville
2015-07-26crypt/rand: update docs for LinuxJeff R. Allen
2014-09-08build: move package sources from src/pkg to srcRuss Cox