mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-29 18:13:17 +00:00
Cut new prereleases (#90)
Releases the following: - `ascon` v0.5.0-rc.0 - `keccak` v0.2.0-rc.0
This commit is contained in:
parent
2bc1c383a4
commit
95a176c25b
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -1,10 +1,10 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "ascon"
|
||||
version = "0.5.0-pre"
|
||||
version = "0.5.0-rc.0"
|
||||
dependencies = [
|
||||
"zeroize",
|
||||
]
|
||||
@ -20,7 +20,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "keccak"
|
||||
version = "0.2.0-pre.0"
|
||||
version = "0.2.0-rc.0"
|
||||
dependencies = [
|
||||
"cpufeatures",
|
||||
]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ascon"
|
||||
version = "0.5.0-pre"
|
||||
version = "0.5.0-rc.0"
|
||||
description = "Pure Rust implementation of the Ascon permutation"
|
||||
authors = [
|
||||
"Sebastian Ramacher <sebastian.ramacher@ait.ac.at>",
|
||||
@ -17,7 +17,7 @@ edition = "2024"
|
||||
rust-version = "1.85"
|
||||
|
||||
[dependencies]
|
||||
zeroize = { version = "1.6.0", default-features = false, optional = true }
|
||||
zeroize = { version = "1.6", default-features = false, optional = true }
|
||||
|
||||
[features]
|
||||
no_unroll = [] # Do not unroll loops for binary size reduction
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "keccak"
|
||||
version = "0.2.0-pre.0"
|
||||
version = "0.2.0-rc.0"
|
||||
description = """
|
||||
Pure Rust implementation of the Keccak sponge function including the keccak-f
|
||||
and keccak-p variants
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user