Skip to content

Commit

Permalink
Merge pull request #432 from cryspen/jonas/exclude-sha3-tests
Browse files Browse the repository at this point in the history
Exclude SHA-3 test vectors from packaging
  • Loading branch information
franziskuskiefer authored Jul 22, 2024
2 parents a8f51f9 + fc787a2 commit c44d3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcrux-sha3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition.workspace = true
repository.workspace = true
readme = "README.md"
description = "Libcrux SHA-3 implementation"
exclude = ["/proofs", "/c.sh", "/c.yaml"]
exclude = ["/proofs", "/c.sh", "/c.yaml", "/tests/tv", "tests/cavp.rs"]

[dependencies]
libcrux-platform = { version = "0.0.2-alpha.2", path = "../sys/platform" }
Expand Down

0 comments on commit c44d3cc

Please sign in to comment.