You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
liboqs-python: Python 3 bindings for liboqs
2
-
==========================================
2
+
===========================================
3
3
4
4
[](https://circleci.com/gh/open-quantum-safe/liboqs-python)
@@ -27,7 +27,7 @@ More information on OQS can be found on our website: [https://openquantumsafe.or
27
27
Pre-requisites
28
28
--------------
29
29
Python 3.x
30
-
liboqs-python depends on the [liboqs](https://github.com/open-quantum-safe/liboqs) C library; liboqs master branch must first be compiled as a Linux/macOS/Windows library (i.e. using `ninja install` with `-DBUILD_SHARED_LIBS=ON` during configuration), see the specific platform building instructions below.
30
+
liboqs-python depends on the [liboqs](https://github.com/open-quantum-safe/liboqs) C library; liboqs must first be compiled as a Linux/macOS/Windows library (i.e. using `ninja install` with `-DBUILD_SHARED_LIBS=ON` during configuration), see the specific platform building instructions below.
31
31
32
32
Contents
33
33
--------
@@ -50,7 +50,7 @@ Support for alternative RNGs is provided via the `randombytes[*]` functions.
50
50
Installation
51
51
------------
52
52
53
-
First, you must build the master branch of liboqs according to the [liboqs building instructions](https://github.com/open-quantum-safe/liboqs#linuxmacos)
53
+
First, you must build liboqs according to the [liboqs building instructions](https://github.com/open-quantum-safe/liboqs#linuxmacos)
54
54
with shared library support enabled (add `-DBUILD_SHARED_LIBS=ON` to the `cmake` command), followed (optionally) by a `sudo ninja install`
55
55
to ensure that the shared library is visible system-wide (by default it installs under `/usr/local/include` and `/usr/local/lib` on Linux/macOS).
0 commit comments