-
- Downloads
Use SHA256 in the replaycache, rather than SHA1
This migrates away from SHA1, and provides further hash flooding protection on top of the randomised siphash implementation. Add unit tests to make sure that different inputs don't have the same hash.
Showing
- changes/feature8961-replaycache-sha256 4 additions, 0 deletionschanges/feature8961-replaycache-sha256
- src/or/replaycache.c 13 additions, 13 deletionssrc/or/replaycache.c
- src/or/replaycache.h 1 addition, 1 deletionsrc/or/replaycache.h
- src/test/test_replay.c 33 additions, 1 deletionsrc/test/test_replay.c
changes/feature8961-replaycache-sha256
0 → 100644
Please register or sign in to comment