Skip to content

Commit

Permalink
Merge branch 'jonas/xyber768' of github.com:cryspen/libcrux into jona…
Browse files Browse the repository at this point in the history
…s/xyber768
  • Loading branch information
jschneider-bensch committed Jun 26, 2024
2 parents 00e62c0 + 6b39b9e commit 422bedb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
19 changes: 8 additions & 11 deletions Cargo.lock

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

7 changes: 1 addition & 6 deletions libcrux-intrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ homepage.workspace = true
edition.workspace = true
repository.workspace = true
readme.workspace = true
exclude = ["/proofs"]

[dependencies]
# libcrux-platform = { version = "0.0.2-pre.2", path = "../sys/platform" }

# This is only required for verification.
# The hax config is set by the hax toolchain.
[target.'cfg(hax)'.dependencies]
hax-lib = { git = "https://github.com/hacspec/hax/" }

[features]
simd128 = []
Expand Down
12 changes: 10 additions & 2 deletions libcrux-ml-kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ homepage.workspace = true
edition.workspace = true
repository.workspace = true
readme.workspace = true
exclude = ["/tests", "/implementation_notes.pdf"]
exclude = [
"/tests",
"/implementation_notes.pdf",
"/c",
"/proofs",
"/c.sh",
"/c.yaml",
"/hax.py",
]

[dependencies]
rand_core = { version = "0.6" }
Expand All @@ -18,7 +26,7 @@ libcrux-intrinsics = { version = "0.0.2-pre.2", path = "../libcrux-intrinsics" }
# This is only required for verification.
# The hax config is set by the hax toolchain.
[target.'cfg(hax)'.dependencies]
hax-lib = { git = "https://github.com/hacspec/hax/" }
hax-lib = { version = "0.1.0-pre.1", git = "https://github.com/hacspec/hax/" }

[features]
default = ["std"]
Expand Down
3 changes: 2 additions & 1 deletion libcrux-sha3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage.workspace = true
edition.workspace = true
repository.workspace = true
readme.workspace = true
exclude = ["/proofs", "/c.sh", "/c.yaml"]

[dependencies]
libcrux-platform = { version = "0.0.2-pre.2", path = "../sys/platform" }
Expand All @@ -15,7 +16,7 @@ libcrux-intrinsics = { version = "0.0.2-pre.2", path = "../libcrux-intrinsics" }
# This is only required for verification.
# The hax config is set by the hax toolchain.
[target.'cfg(hax)'.dependencies]
hax-lib = { git = "https://github.com/hacspec/hax/" }
hax-lib = { version = "0.1.0-pre.1", git = "https://github.com/hacspec/hax/" }

[features]
simd128 = []
Expand Down

0 comments on commit 422bedb

Please sign in to comment.