mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-12 19:41:36 +08:00
Added
- TypeScript support. - ArrayBuffer method. Deprecated - Buffer method.
This commit is contained in:
+52
-40
@@ -1,54 +1,66 @@
|
||||
# v0.5.4 / 2016-09-12
|
||||
# Change Log
|
||||
|
||||
* Added CommonJS detection.
|
||||
## v0.5.5 / 2016-09-26
|
||||
### Added
|
||||
- TypeScript support.
|
||||
- ArrayBuffer method.
|
||||
### Deprecated
|
||||
- Buffer method.
|
||||
|
||||
# v0.5.3 / 2016-09-08
|
||||
## v0.5.4 / 2016-09-12
|
||||
### Fixed
|
||||
- CommonJS detection.
|
||||
|
||||
* Added some files to npm package.
|
||||
## v0.5.3 / 2016-09-08
|
||||
### Added
|
||||
- Some missing files to npm package.
|
||||
|
||||
# v0.5.2 / 2016-06-06
|
||||
## v0.5.2 / 2016-06-06
|
||||
### Fixed
|
||||
- Shake output incorrect in the special length.
|
||||
|
||||
* Fixed shake output incorrect in the special length.
|
||||
## v0.5.1 / 2015-10-27
|
||||
### Fixed
|
||||
- Version in package.json and bower.json.
|
||||
|
||||
# v0.5.1 / 2015-10-27
|
||||
## v0.5.0 / 2015-09-23
|
||||
### Added
|
||||
- Hash object with create/update interface.
|
||||
|
||||
* Update package.json and bower.json.
|
||||
## v0.4.1 / 2015-09-18
|
||||
### Added
|
||||
- Integer array output.
|
||||
### Fixed
|
||||
- Shake output incorrect when it's greater than 1088.
|
||||
|
||||
# v0.5.0 / 2015-09-23
|
||||
## v0.4.0 / 2015-09-17
|
||||
### Added
|
||||
- ArrayBuffer output.
|
||||
- Shake alogirthms.
|
||||
|
||||
* Support update interface.
|
||||
## v0.3.1 / 2015-05-22
|
||||
### Fixed
|
||||
- Some bugs.
|
||||
|
||||
# v0.4.1 / 2015-09-18
|
||||
## v0.3.0 / 2015-05-21
|
||||
### Added
|
||||
- Integer array input.
|
||||
- ArrayBuffer input.
|
||||
|
||||
* Support to output Integer Array.
|
||||
* Fixed shake output incorrect when it's greater than 1088.
|
||||
## v0.2.0 / 2015-04-04
|
||||
### Added
|
||||
- NIST's May 2014 SHA-3 version.
|
||||
### Changed
|
||||
- Rename original methods to keccak.
|
||||
|
||||
# v0.4.0 / 2015-09-17
|
||||
## v0.1.2 / 2015-02-27
|
||||
### Changed
|
||||
- Improve performance.
|
||||
|
||||
* Support to output ArrayBuffer.
|
||||
* Add shake alogirthms.
|
||||
## v0.1.1 / 2015-02-26
|
||||
### Changed
|
||||
- Improve performance.
|
||||
|
||||
# v0.3.1 / 2015-05-22
|
||||
|
||||
* Fixed bugs.
|
||||
|
||||
# v0.3.0 / 2015-05-21
|
||||
|
||||
* Support byte array and ArrayBuffer input.
|
||||
|
||||
# v0.2.0 / 2015-04-04
|
||||
|
||||
* Implement NIST's May 2014 SHA-3 version.
|
||||
* Rename original methods to keccak.
|
||||
|
||||
# v0.1.2 / 2015-02-27
|
||||
|
||||
* Improve performance.
|
||||
|
||||
# v0.1.1 / 2015-02-26
|
||||
|
||||
* Improve performance.
|
||||
|
||||
# v0.1.0 / 2015-02-23
|
||||
|
||||
* Initial release
|
||||
## v0.1.0 / 2015-02-23
|
||||
### Added
|
||||
- First version implementation.
|
||||
|
||||
Reference in New Issue
Block a user