Skip to content

Commit

Permalink
ascon v0.4.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas authored Jul 27, 2023
1 parent e767312 commit aa5da20
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Cargo.lock

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

9 changes: 9 additions & 0 deletions ascon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.4.0 (2023-07-27)
### Added
- `zeroize` feature ([#57])

### Removed
- Implementation of `Copy` trait for `State` ([#57])

[#57]: https://github.com/RustCrypto/sponges/pull/57

## 0.3.1 (2023-03-19)
### Changed
- Drop MSRV to 1.56 ([#51])
Expand Down
2 changes: 1 addition & 1 deletion ascon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ascon"
version = "0.4.0-pre"
version = "0.4.0"
description = "Pure rust implementation of the Ascon permutation"
authors = [
"Sebastian Ramacher <[email protected]>",
Expand Down

0 comments on commit aa5da20

Please sign in to comment.