Skip to content

Commit 2d78d88

Browse files
committed
Add KEM friendly API
1 parent 90c01b2 commit 2d78d88

File tree

8 files changed

+273
-391
lines changed

8 files changed

+273
-391
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
Cargo.lock

Cargo.lock

-378
This file was deleted.

oqs-sys/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "oqs-sys"
33
version = "0.1.0"
44
authors = ["Thom Wiggers <[email protected]>"]
55
edition = "2018"
6+
links = "oqs"
67

78
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
89

@@ -11,7 +12,9 @@ edition = "2018"
1112
[build-dependencies]
1213
cmake = "0.1"
1314
bindgen = "0.53"
15+
build-deps = "0.1"
1416

1517
[features]
1618
default = ["openssl"]
1719
openssl = []
20+
docs = []

0 commit comments

Comments
 (0)