mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-08-02 03:53:18 +00:00
ascon v0.4.0 (#58)
This commit is contained in:
parent
e767312a21
commit
aa5da2013e
11
Cargo.lock
generated
11
Cargo.lock
generated
@ -4,4 +4,13 @@ version = 3
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ascon"
|
name = "ascon"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
|
dependencies = [
|
||||||
|
"zeroize",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "zeroize"
|
||||||
|
version = "1.6.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
||||||
|
|||||||
@ -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/),
|
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).
|
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)
|
## 0.3.1 (2023-03-19)
|
||||||
### Changed
|
### Changed
|
||||||
- Drop MSRV to 1.56 ([#51])
|
- Drop MSRV to 1.56 ([#51])
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ascon"
|
name = "ascon"
|
||||||
version = "0.4.0-pre"
|
version = "0.4.0"
|
||||||
description = "Pure rust implementation of the Ascon permutation"
|
description = "Pure rust implementation of the Ascon permutation"
|
||||||
authors = [
|
authors = [
|
||||||
"Sebastian Ramacher <sebastian.ramacher@ait.ac.at>",
|
"Sebastian Ramacher <sebastian.ramacher@ait.ac.at>",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user