summaryrefslogtreecommitdiff
path: root/src/common/crypto_rand.h
AgeCommit message (Collapse)Author
2018-05-30Fix various typosNick Mathewson
2018-04-18crypto: Move declaration of crypto_init_siphash_key() into crypto.h.Isis Lovecruft
On second thought, this is a global initialisation function and doesn't conceptually have much to do with getting/using randomnesses.
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
* ADD new /src/common/crypto_rand.[ch] module. * ADD new /src/common/crypto_util.[ch] module (contains the memwipe() function, since all crypto_* modules need this). * FIXES part of #24658: https://bugs.torproject.org/24658