Skip to content

Commit 1296ea9

Browse files
authored
ascon-hash: bump ascon to v0.5.0-rc.0 (#730)
1 parent d5f7f19 commit 1296ea9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ascon-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories = ["cryptography", "no-std"]
1717

1818
[dependencies]
1919
digest = "0.11.0-rc.1"
20-
ascon = { version = "0.4", default-features = false }
20+
ascon = { version = "0.5.0-rc.0", default-features = false }
2121

2222
[dev-dependencies]
2323
spectral = { version = "0.6", default-features = false }

0 commit comments

Comments
 (0)