Skip to content

Commit

Permalink
Move ascon-hash to exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Mar 20, 2023
1 parent 7a77152 commit 668b6bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
28 changes: 0 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Do not uncomment it until MSRV is bumped to 1.51 or higher.
# resolver = "2"
members = [
"ascon-hash",
"blake2",
"fsb",
"gost94",
Expand All @@ -22,7 +21,10 @@ members = [
"tiger",
"whirlpool",
]
exclude = ["belt-hash"]
exclude = [
"ascon-hash",
"belt-hash",
]

[profile.dev]
opt-level = 2
2 changes: 2 additions & 0 deletions ascon-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ keywords = ["crypto", "hash", "ascon"]
categories = ["cryptography", "no-std"]
rust-version = "1.56"

[workspace]

[dependencies]
digest = { version = "0.10", default-features = false, features = ["core-api"] }
ascon = "0.3"
Expand Down

0 comments on commit 668b6bb

Please sign in to comment.