ascon v0.3.1 (#52)

This commit is contained in:
Sebastian Ramacher 2023-03-19 16:40:52 +01:00 committed by GitHub
parent fc88ab5cc3
commit c48f3310d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4,4 +4,4 @@ version = 3
[[package]]
name = "ascon"
version = "0.3.1-pre"
version = "0.3.1"

View File

@ -5,6 +5,12 @@ 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.3.1 (2023-03-19)
### Changed
- Drop MSRV to 1.56 ([#51])
[#51]: https://github.com/RustCrypto/sponges/pull/51
## 0.3.0 (2023-03-17)
### Added
- `State` type and permutation from `ascon-core` crate ([#49])

View File

@ -1,6 +1,6 @@
[package]
name = "ascon"
version = "0.3.1-pre"
version = "0.3.1"
description = "Pure rust implementation of the Ascon permutation"
authors = [
"Sebastian Ramacher <sebastian.ramacher@ait.ac.at>",