Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-30 | Fix various typos | Nick Mathewson | |
2018-04-18 | crypto: 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-06 | crypto: 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 |