Skip to content

Commit

Permalink
Upgrade liboqs to 0.12.0
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/zstrong#1099

Fizz requires liboqs, if present, to be version >=0.11.0

Reviewed By: frqiu

Differential Revision: D67806173

fbshipit-source-id: 2480028c023269ae5ff196a1aa102cb32677b2c9
  • Loading branch information
Jolene Tan authored and facebook-github-bot committed Jan 9, 2025
1 parent 4a118b5 commit 1692969
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build/fbcode_builder/manifests/liboqs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
name = liboqs

[download]
url = https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.10.1.tar.gz
sha256 = 00ca8aba65cd8c8eac00ddf978f4cac9dd23bb039f357448b60b7e3eed8f02da
url = https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.12.0.tar.gz
sha256 = df999915204eb1eba311d89e83d1edd3a514d5a07374745d6a9e5b2dd0d59c08

[build]
builder = cmake
subdir = liboqs-0.10.1
subdir = liboqs-0.12.0

[cmake.defines]
OQS_MINIMAL_BUILD = KEM_kyber_512;KEM_kyber_768;KEM_kyber_1024;KEM_ml_kem_512;KEM_ml_kem_768;KEM_ml_kem_1024

[dependencies]
openssl

0 comments on commit 1692969

Please sign in to comment.