Skip to content

Commit d1cdb27

Browse files
committed
First start with OQS rust crate
0 parents  commit d1cdb27

File tree

10 files changed

+457
-0
lines changed

10 files changed

+457
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "oqs-sys/liboqs"]
2+
path = oqs-sys/liboqs
3+
url = https://github.com/Open-Quantum-Safe/liboqs.git

Cargo.lock

+375
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[workspace]
2+
members=[
3+
"oqs-sys",
4+
"oqs",
5+
]

0 commit comments

Comments
 (0)