Skip to content

Commit 46956d6

Browse files
committed
add libcrux provider
1 parent efce282 commit 46956d6

5 files changed

Lines changed: 403 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 205 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[workspace]
22
members = [
33
"crates/core",
4+
"crates/libcrux",
45
"crates/openssl_provider",
56
"crates/rust_nist_ec",
6-
"crates/rust_curve25519"
7+
"crates/rust_curve25519",
78
]
89
resolver = "2"
910

0 commit comments

Comments
 (0)