aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand.go
AgeCommit message (Expand)Author
2020-01-22Automatically generate recovery passphrase when usefulEric Biggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2017-06-28Change error handling to new packageJoe Richey joerichey@google.com
2017-05-31crypto: tests, errors, and descriptor computationJoe Richey joerichey@google.com
2017-05-02crypto: add secure random reader using getrandomJoe Richey