[tor-commits] [tor/master] Merge branch 'tor-github/pr/702'
dgoulet at torproject.org
dgoulet at torproject.org
Thu Feb 14 16:48:45 UTC 2019
commit 6c173d00f5ecba150b1a70a68de6102428d65f51
Merge: 00b073b1b 6a29aa7b8
Author: David Goulet <dgoulet at torproject.org>
Date: Thu Feb 14 11:43:10 2019 -0500
Merge branch 'tor-github/pr/702'
.gitignore | 2 +
configure.ac | 3 +
src/lib/crypt_ops/crypto_rand.c | 111 -----------
src/lib/crypt_ops/crypto_rand.h | 32 ++++
src/lib/crypt_ops/crypto_rand_fast.c | 263 ++++++++++++++++++++++++++
src/lib/crypt_ops/crypto_rand_numeric.c | 166 ++++++++++++++++
src/lib/crypt_ops/include.am | 2 +
src/lib/malloc/include.am | 6 +-
src/lib/malloc/map_anon.c | 213 +++++++++++++++++++++
src/lib/malloc/map_anon.h | 37 ++++
src/test/bench.c | 62 ++++++
src/test/include.am | 12 +-
src/test/test.c | 1 +
src/test/test.h | 1 +
src/test/test_crypto.c | 171 -----------------
src/test/test_crypto_rng.c | 324 ++++++++++++++++++++++++++++++++
src/test/test_rng.c | 59 ++++++
src/test/test_util.c | 107 +++++++++++
18 files changed, 1286 insertions(+), 286 deletions(-)
More information about the tor-commits
mailing list