Document that we integrate with liboqs 0.8.0

This commit is contained in:
Anthony Hu
2023-08-03 10:23:12 -04:00
parent fbc6ed4fe4
commit 54ab1b1113

View File

@@ -150,7 +150,7 @@
$ cd ~/oqs $ cd ~/oqs
$ git clone --single-branch https://github.com/open-quantum-safe/liboqs.git $ git clone --single-branch https://github.com/open-quantum-safe/liboqs.git
$ cd liboqs/ $ cd liboqs/
$ git checkout af76ca3b1f2fbc1f4f0967595f3bb07692fb3d82 $ git checkout 0.8.0
$ mkdir build $ mkdir build
$ cd build $ cd build
$ cmake -DOQS_USE_OPENSSL=0 .. $ cmake -DOQS_USE_OPENSSL=0 ..