Skip to content

Commit

Permalink
k12 v0.1.0 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jun 10, 2020
1 parent 71e4a95 commit 5712ed0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions k12/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0 (2020-06-09)
### Changed
- Update to `digest` v0.9 release; MSRV 1.41+ ([#155])
- Use `digest` crate's `alloc` feature ([#150])
- Impl the `ExtendableOutput` trait ([#149])
- Rename `*result*` to `finalize` ([#148])
- Upgrade to Rust 2018 edition ([#123])

[#155]: https://github.com/RustCrypto/hashes/pull/155
[#150]: https://github.com/RustCrypto/hashes/pull/150
[#149]: https://github.com/RustCrypto/hashes/pull/149
[#148]: https://github.com/RustCrypto/hashes/pull/148
[#123]: https://github.com/RustCrypto/hashes/pull/123

## 0.0.1 (2020-05-24)
- Initial release
2 changes: 1 addition & 1 deletion k12/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k12"
version = "0.1.0-pre"
version = "0.1.0"
description = "Experimental pure Rust implementation of the KangarooTwelve hash function"
authors = ["Diggory Hardy <[email protected]>"]
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 5712ed0

Please sign in to comment.