Skip to content

Commit b47188e

Browse files
committed
Use release version of ascon
1 parent 1726b75 commit b47188e

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.lock

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

ascon-hash256/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Implementation of Ascon-Hash256 and Ascon-XOF256"
1414

1515
[dependencies]
1616
digest = "0.11"
17-
ascon = { git = "https://github.com/RustCrypto/sponges" }
17+
ascon = "0.5"
1818

1919
[dev-dependencies]
2020
digest = { version = "0.11", features = ["dev"] }

ascon-xof128/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Implementation of Ascon-XOF128"
1414

1515
[dependencies]
1616
digest = "0.11"
17-
ascon = { git = "https://github.com/RustCrypto/sponges" }
17+
ascon = "0.5"
1818

1919
[dev-dependencies]
2020
digest = { version = "0.11", features = ["dev"] }

0 commit comments

Comments
 (0)