Skip to content

Commit

Permalink
WIP update ascon dep to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed Oct 23, 2023
1 parent 04ea8db commit 7cccb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ascon-aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ subtle = { version = "2", default-features = false }
zeroize = { version = "1.6", optional = true, default-features = false, features = [
"derive",
] }
ascon = { git = "https://github.com/aewag/sponges", branch = "add-zeroize-ascon", default-features = false }
ascon = { version = "0.4", default-features = false }

[dev-dependencies]
hex = "0.4"
Expand Down

0 comments on commit 7cccb47

Please sign in to comment.