Rework hashes (also fix Fletcher16 and CRC64)
This commit is contained in:
@@ -129,7 +129,7 @@ namespace Nz
|
||||
Container m_array;
|
||||
};
|
||||
|
||||
inline bool HashAppend(AbstractHash* hash, const ByteArray& byteArray);
|
||||
inline bool HashAppend(AbstractHash& hash, const ByteArray& byteArray);
|
||||
}
|
||||
|
||||
namespace std
|
||||
|
||||
Reference in New Issue
Block a user