Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-05-15 | Make testing_disable_reproducible_rng() log seed on test failure | Nick Mathewson | |
This should let us simplify test_prob_distr.c and other stuff in the future. | |||
2019-04-30 | Add a testing PRNG replacement that returns canned data. | Nick Mathewson | |
2019-04-30 | Add support for deterministic override of crypto_rand() in tests | Nick Mathewson | |
We had this previously, but we did it differently in different places. This implementation is pulled from test_prob_distr.c |