aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/rand
AgeCommit message (Expand)Author
2019-11-19[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-06-27[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-06-09[dev.boringcrypto] crypto: move crypto/internal/boring imports to reduce merg...Filippo Valsorda
2019-06-05[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-05-24syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJSRichard Musiol
2019-05-22all: shorten some testsRuss Cox
2018-10-25[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-10-15[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-10-10crypto: add AIX operating systemClément Chigot
2018-10-06all: remove unneeded parentheses from package consts and varsTim Cooper
2018-10-03crypto/rand: warn to stderr if blocked 60+ sec on first Reader.Read callBrad Fitzpatrick
2018-09-06[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-08-22crypto/rand: use the new getrandom syscall on FreeBSDDavid Carlier
2018-08-21crypto/{aes,cipher,rand}: use binary.{Big,Little}Endian methodsMichael Munday
2018-07-03[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-06-27syscall/js: add TypedArrayOfRichard Musiol
2018-06-25syscall/js: turn constant package vars into functionsRichard Musiol
2018-06-20crypto/rand: make documentation consistent between package comment and ReaderBrad Fitzpatrick
2018-05-17[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-05-03crypto/rand, crypto/x509: add js/wasm architectureRichard Musiol
2017-12-06[dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringc...Russ Cox
2017-08-17[dev.boringcrypto] crypto/rand: use BoringCryptoRuss Cox
2017-08-09crypto/rand: batch large calls to linux getrandomMichael McLoughlin
2017-05-23crypto/rand: only read necessary bytes for IntWade Simmons
2017-05-23crypto/rand: use blocking getrandom call on Linux when supportedJoe Richey joerichey@google.com
2016-11-22math/big: add Baillie-PSW test to (*Int).ProbablyPrimeRuss Cox
2016-03-02all: single space after period.Brad Fitzpatrick
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
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-04-15internal/syscall: move to unix subdirectoryIan Lance Taylor
2014-12-16crypto/rand: handle EAGAIN reads from /dev/urandomBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox