From 9b1984d4e482f9f121257f7abffb8e8113126036 Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Thu, 25 Oct 2018 16:14:17 -0400 Subject: [PATCH] Update README formatting and list of systems tested on --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5059c16a..fc4ec158c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ liboqs - master branch ====================== -liboqs is a C library for quantum-resistant cryptographic algorithms. This branch of liboqs focuses on selected key encapsulations and signature algorithms. +**liboqs** is a C library for quantum-resistant cryptographic algorithms. This branch of liboqs focuses on selected key encapsulations and signature algorithms. Overview -------- @@ -89,7 +89,7 @@ Lifecycle for master branch Building and running liboqs master branch ----------------------------------------- -Builds are tested using the Travis continuous integration system on macOS 10.13.3 (clang 9.1.0) and Ubuntu 14.04.5 (gcc.4.8, gcc-4.9, gcc-5, gcc-6). +Builds are tested using the Travis continuous integration system on macOS 10.13.3 (clang 9.1.0) and Ubuntu 14.04.5 (gcc.4.8, gcc-4.9, gcc-5, gcc-6). It has also been tested manually on macOS 10.14 (clang 10.0.0) and Ubuntu 18.04.1 (gcc-7). - [Build status using Travis continuous integration system:](https://travis-ci.org/open-quantum-safe/liboqs/branches) ![Build status image](https://travis-ci.org/open-quantum-safe/liboqs.svg?branch=master)