-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: X-link: facebookincubator/zstrong#990 * Add liboqs to getdeps * Add liboqs as dependency in fizz Differential Revision: D62399390 fbshipit-source-id: aca81633b6f35146d29a09a7ff899bddae32e14a
- Loading branch information
1 parent
409ab52
commit 0a369ef
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ BUILD_TESTS = OFF | |
|
||
[dependencies] | ||
folly | ||
liboqs | ||
libsodium | ||
zlib | ||
zstd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[manifest] | ||
name = liboqs | ||
|
||
[download] | ||
url = https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.10.1.tar.gz | ||
sha256 = 00ca8aba65cd8c8eac00ddf978f4cac9dd23bb039f357448b60b7e3eed8f02da | ||
|
||
[build] | ||
builder = cmake | ||
subdir = liboqs-0.10.1 | ||
|
||
[dependencies] | ||
openssl |