Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly reset MessageDigest before reusing it.
Motivation: I missed to reset the MessageDigest before reusing it. This bug was introduced by 79634e6. Modifications: Call reset() on the MessageDigest. Result: Correctly reset MessageDigest before re-using
- Loading branch information