Skip to content

Commit

Permalink
ascon-hash v0.2.0 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas authored Mar 21, 2023
1 parent 70cceab commit c48b742
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ascon-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Changelog
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.2.0 (2023-03-21)
### Changed
- Drop MSRV back to 1.56 and keep it in sync with `ascon` ([#459])
- Relicense as Apache-2.0 or MIT ([#459])
- Renamed public types to follow UpperCamelCase naming convention ([#459])
- `AsconXOF` -> `AsconXof`
- `AsconXOFReader` -> `AsconXofReader`
- `AsconAXOF` -> `AsconAXof`
- `ASconAXOFReader`-> `AsconAXofReader`

[#459]: https://github.com/RustCrypto/hashes/pull/459

## 0.1.1 (2023-03-17)

Expand Down
2 changes: 1 addition & 1 deletion ascon-hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ascon-hash"
version = "0.2.0-pre"
version = "0.2.0"
description = "Implementation of the Ascon and AsconA hashes and XOFs"
authors = [
"Sebastian Ramacher <sebastian.ramacher@ait.ac.at>",
Expand Down

0 comments on commit c48b742

Please sign in to comment.