Fix comparison test in hash_equal, release 1.0.1.

The result in the loop was being reset each iteration; only the last
element in the byte array was being checked for equality.
This commit is contained in:
Kyle
2015-12-22 21:41:05 -08:00
parent 54b986f6f6
commit 0cf03528c5
6 changed files with 33 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
libemsha
========
Version: 1.0.0
Version: 1.0.1
Date: 2015-12-22