index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
rand
Age
Commit message (
Expand
)
Author
2023-01-26
crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0
json-isValidNumber-before
Tobias Klauser
2022-10-26
all: remove uses of rand.Seed
Russ Cox
2022-10-01
crypto/rand: convert r.used to atomic type
cui fliter
2022-06-06
all: boringcrypto post-merge cleanup
Russ Cox
2022-05-06
crypto/rand: fix race on r.used
Jason A. Donenfeld
2022-05-05
crypto/rand: properly handle large Read on windows
Roland Shoemaker
2022-04-27
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-04-21
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-04-20
crypto/rand: apply the same max read size on Illumos as on Solaris
Bryan C. Mills
2022-04-20
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-04-19
crypto/rand: remove all buffering
Jason A. Donenfeld
2022-04-19
crypto/rand: batch and buffer calls to getrandom/getentropy
Jason A. Donenfeld
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Lasse Folger
2022-04-05
crypto/rand: make Prime not deterministic for a fixed input stream
Filippo Valsorda
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2022-03-29
[dev.boringcrypto] all: merge master into dev.boringcrypto
Nicolas Hillegeer
2022-03-08
crypto/rand: simplify Prime to use only rejection sampling
Russ Cox
2022-03-07
[dev.boringcrypto] all: merge master into dev.boringcrypto
David Chase
2022-03-04
crypto/rand: use fast key erasure RNG on plan9 instead of ANSI X9.31
Jason A. Donenfeld
2022-03-04
crypto/rand: separate out plan9 X9.31 /dev/random expander
Jason A. Donenfeld
2021-11-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Roland Shoemaker
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-05
crypto/rand: document additional getrandom/getentropy support in Reader
Tobias Klauser
2021-08-20
crypto/rand, internal/syscall/unix: don't use getentropy on iOS
Tobias Klauser
2021-05-13
[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr...
Filippo Valsorda
2021-03-17
crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwin
Tobias Klauser
2021-03-11
crypto/rand, internal/syscall/unix: add support for getrandom syscall on solaris
Tobias Klauser
2021-03-10
crypto/rand: supports for getrandom syscall in DragonFlyBSD
David Carlier
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-17
[dev.boringcrypto] all: merge master (2f0da6d) into dev.boringcrypto
Russ Cox
2021-01-15
syscall: remove RtlGenRandom and move it into internal/syscall
Jason A. Donenfeld
2020-11-18
[dev.boringcrypto] all: merge master into dev.boringcrypto
Roland Shoemaker
2020-10-27
crypto/rand: generate random numbers using RtlGenRandom on Windows
Jason A. Donenfeld
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2019-11-19
[dev.boringcrypto] all: merge master into dev.boringcrypto
Filippo Valsorda
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-06-27
[dev.boringcrypto] all: merge master into dev.boringcrypto
Filippo 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.boringcrypto
Filippo Valsorda
2019-05-24
syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJS
Richard Musiol
2019-05-22
all: shorten some tests
Russ Cox
2018-10-25
[dev.boringcrypto] all: merge master into dev.boringcrypto
Filippo Valsorda
2018-10-15
[dev.boringcrypto] all: merge master into dev.boringcrypto
Filippo Valsorda
2018-10-10
crypto: add AIX operating system
Clément Chigot
2018-10-06
all: remove unneeded parentheses from package consts and vars
Tim Cooper
2018-10-03
crypto/rand: warn to stderr if blocked 60+ sec on first Reader.Read call
Brad Fitzpatrick
2018-09-06
[dev.boringcrypto] all: merge master into dev.boringcrypto
Filippo Valsorda
2018-08-22
crypto/rand: use the new getrandom syscall on FreeBSD
David Carlier
2018-08-21
crypto/{aes,cipher,rand}: use binary.{Big,Little}Endian methods
Michael Munday
[next]