Age | Commit message (Expand) | Author |
---|---|---|
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson |
2019-12-20 | Run "make autostyle" | teor |
2019-11-07 | Rename probability distribution names to end with "_t". | Nick Mathewson |
2019-11-07 | Make all our struct names end with "_t". | Nick Mathewson |
2019-10-16 | Doxygen: fix unrecognized commands. | Nick Mathewson |
2019-03-22 | circpad/prob_distr: Use crypto_fast_rng() instead of the old RNG. | George Kadianakis |
2019-03-13 | prob_distr: Better document our public API. | George Kadianakis |
2019-03-13 | prob_distr: Implement type-safe downcasting functions. | George Kadianakis |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson |
2019-01-11 | Use the distribution abstraction as an abstraction. | Taylor R Campbell |
2019-01-11 | Move ceil call back into the geometric sampler. | Taylor R Campbell |
2019-01-10 | Rename crypto_rand_uint32() -> crypto_rand_u32() | George Kadianakis |
2019-01-02 | Implement and test probability distributions used by WTF-PAD. | George Kadianakis |