This repository was archived by the owner on May 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Release Notes
Brandon Dahler edited this page Sep 2, 2014
·
15 revisions
- Added xxHash's 64-bit implementation.
- Re-added the ability to specify an initialization value for xxHash.
Breaking change for Data.HashFunction.CRC only.
- Update namespacing for CRC standards implementations:
System.Data.HashFunction to System.Data.HashFunction.CRCStandards. - Update name and parent of CRC settings type:
System.Data.HashFunction.CRCSettings to System.Data.HashFunction.CRC.Setting. - Update parent of CRC standards enum:
System.Data.HashFunction.CRCStandards.Standard to System.Data.HashFunction.CRC.Standard. - Update parent of CRC standards dictionary:
System.Data.HashFunction.CRCStandards.Standards to System.Data.HashFunction.CRC.Standards.
Breaking change.
- IHashFunction made immutable to allow for better thread safety.
- Build process improvements.
- Documentation process complete and deployed. See http://datahashfunction.azurewebsites.net/ for current documentation, source repository at Data.HashFunction.Documentation.
- Implementation of a generalized CRC algorithm.
- Provide 71 standard implementations for CRC. Many thanks to the work done by the authors of CRC RevEng's catalogue!
- Initial release.
- Implementation of a variety of hash functions.