Release version 2.3.0
Changelog for this release:
- Sped up SHA-3 implementation by adding little-endian capability to
conversion functions - Further sped up SHA-3 implementation by decomposing xor_64 function
(thanks frostschutz!) - Fixed incorrect results when using ArrayBuffers (thanks conref!)
- Added externs/sha.js for Google Closure Compiler users (thanks IvanRF!)