prop250: Use RSA identity digest instead of fingerprint
commit056b6186adeb5ee92d0899f60b5e061bfc11a8ba
authorDavid Goulet <dgoulet@ev0ke.net>
Mon, 9 May 2016 22:58:19 +0000 (9 18:58 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Fri, 1 Jul 2016 18:01:41 +0000 (1 14:01 -0400)
treeb5af60e5a17611ab0242add80aa9f35694e8a529
parentc0cec2ffd3d5f965413f56e93f89fabf81a2c3a0
prop250: Use RSA identity digest instead of fingerprint

The prop250 code used the RSA identity key fingerprint to index commit in a
digestmap instead of using the digest.

To behavior change except the fact that we are actually using digestmap
correctly.

Signed-off-by: David Goulet <dgoulet@torproject.org>
src/or/shared_random.c
src/or/shared_random.h
src/or/shared_random_state.c
src/test/test_shared_random.c