-------------------------
    jsSHA - ChangeLog
-------------------------

1.2 (2009-07-22)
=========================
- Added the HMAC algorithm for all supported hashes (using both ASCII and hex keys)
- As a result of adding HMAC, added support for hash input text to be hex (ASCII representation of hex)
- Added multiple variants of safeAdd functions, resulting in a significant performance gain
- Removed wrapper.js file
- Used a different JavaScript compressor resulting in smaller file sizes

1.11 (2008-12-07)
=========================
- Fixed a base-64 encoding issue resulting from a missing capital 'X'

1.1 (2008-09-25)
=========================
- Fixed an issue with incorrect hashes being generated when jsSHA ojbects were used to generate
  multiple hashes

1.0 (2008-09-25)
=========================
- Made all functions/variables follow an object-orientated methodology
- Removed support for string hash output as the hash is rarely ASCII friendly
- Changed the interface to calculate hashes (see README)
- Made sha.js validate against JSLint (http://www.jslint.com/) using "Recommended" settings

0.1 (2008-02-21)
=========================
- Initial public release
