Skip to content

Commit

Permalink
Use cc library to compile hacl
Browse files Browse the repository at this point in the history
  • Loading branch information
mamonet committed Aug 29, 2023
1 parent 500d98b commit 2fdee8a
Show file tree
Hide file tree
Showing 470 changed files with 88,873 additions and 29,827 deletions.
9 changes: 7 additions & 2 deletions sys/hacl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libcrux-hacl"
version = "0.1.0"
version = "0.0.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -10,6 +10,11 @@ edition = "2021"
[build-dependencies]
libc = { version = "0.2", default-features = false }
fs_extra = "1.2"
cc = { version = "1.0", features = ["parallel"] }
libcrux_platform = { path = "../platform" }

[target.'cfg(not(windows))'.build-dependencies]
bindgen = "0.63"
bindgen = "0.66"

[dev-dependencies]
hex = "0.4.3"
Loading

0 comments on commit 2fdee8a

Please sign in to comment.