mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-29 18:13:17 +00:00
ascon v0.3.1 (#52)
This commit is contained in:
parent
fc88ab5cc3
commit
c48f3310d9
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4,4 +4,4 @@ version = 3
|
||||
|
||||
[[package]]
|
||||
name = "ascon"
|
||||
version = "0.3.1-pre"
|
||||
version = "0.3.1"
|
||||
|
||||
@ -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])
|
||||
|
||||
@ -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>",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user