Document that we integrate with liboqs 0.8.0

pull/6670/head
Anthony Hu 2023-08-03 10:23:12 -04:00
parent fbc6ed4fe4
commit 54ab1b1113
1 changed files with 1 additions and 1 deletions

View File

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