Hash v.0.2 Build 34
---------------------
Contents
1. Notes
2. Links
3. Tips and Tricks
4. Changelog
---------------------
1. Notes
a) Hash is a small and simple program for calculation of CRC32, MD5, SHA1, DJB, Adler32 and ELF32 checksums.
b) Thanks to:
- Maniac, Night_Raven, VIS and L.Kanelov and the whole staff @ SoftVisia.com

2. Links
a) My personal blog: http://www.mivanov.org/
b) My favorite site: http://SoftVisia.com/

3. Tips and Tricks
a) By default Hash is using a 80 kilobytes of memory, for a buffer when calculating the checksum. You can get a larger buffer size by starting the program executable with "/buffer <number>" arguments. Example:
uHash /buffer 2048   // 2kb buffer
uHash /buffer 102400 //100 kb buffer

4. Changelog
[v.0.2 Build 35]
+ Completely reworked interface.
+ MD5 File support. Files are auto-detected when opening files. No specific actions needed. :)
+ Added support for ELF, Adler32 and DJB checksums for files.
+ Added some hotkeys.
+ Default flie buffer is now 80 kb. (use "/buffer bytes" arguments to set a larger/smaller buffer)
- Removed some algorithms, that were included in v.0.1.
* Some code fixes and optimizations.

[v.0.1 Build 18]
+ Added Drag & Drop support.

[v.0.1 Build 16]
+ First release.