Revision 0e71ebfa4f87413567e82fafbc4eeb15e530c48c authored by Antoine R. Dumont (@ardumont) on 14 September 2018, 18:04:27 UTC, committed by Antoine R. Dumont (@ardumont) on 14 September 2018, 18:07:05 UTC
This is the first step to improve the hashutil module according to
"the" plan [1].

In this regards, the hashutil exposes the same function as before.
Internally though, they now uses a MultiHash instance.

Related D410

[1] D410#7952
1 parent 7f885ed
Raw File
.gitignore
*.pyc
*.sw?
*~
.coverage
.eggs/
__pycache__
*.egg-info/
dist
version.txt
back to top