aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/rand/rand_unix.go
AgeCommit message (Expand)Author
2020-10-27crypto/rand: generate random numbers using RtlGenRandom on WindowsJason A. Donenfeld
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-10crypto: add AIX operating systemClément Chigot
2018-10-03crypto/rand: warn to stderr if blocked 60+ sec on first Reader.Read callBrad Fitzpatrick
2018-08-21crypto/{aes,cipher,rand}: use binary.{Big,Little}Endian methodsMichael Munday
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-12-16crypto/rand: handle EAGAIN reads from /dev/urandomBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox