summaryrefslogtreecommitdiff
path: root/tor-llcrypto/src/util
Commit message (Collapse)AuthorAgeFilesLines
* tor-llcrypto: Improve documentation and move keyblinding.Nick Mathewson2021-05-211-6/+44
|
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-181-0/+82
dalek-crypto is stuck on rand_core 0.5.1, so we've been stuck too. This commit introduces a compatibility module so that we can wrap new rand_core instances to make them backward compatible.