Skip to content

Commit

Permalink
Make libcrux use standalone libcrux-ecdh crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jun 11, 2024
1 parent 7f68d12 commit 85ef2ad
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 511 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ libcrux-hacl = { version = "=0.0.2-pre.2", path = "sys/hacl" }
libcrux-platform = { version = "=0.0.2-pre.2", path = "sys/platform" }
libcrux-hkdf = { version = "=0.0.2-pre.2", path = "libcrux-hkdf" }
libcrux-hmac = { version = "=0.0.2-pre.2", path = "libcrux-hmac" }
libcrux-ecdh = { version = "=0.0.2-pre.2", path = "libcrux-ecdh" }
rand = { version = "0.8" }
log = { version = "0.4", optional = true }
# WASM API
Expand Down
Loading

0 comments on commit 85ef2ad

Please sign in to comment.