From d03a10fbba19e761215339628c3b4c1b10491fbc Mon Sep 17 00:00:00 2001 From: Henry Case Date: Sat, 17 Apr 2021 00:19:00 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75d59645..f1869eea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PQ Crypto Catalog +[![Build Status](https://drone.amongbytes.com/api/badges/kris/pqc/status.svg)](https://drone.amongbytes.com/kris/pqc) + This is a repository of post-quantum schemes copied from either the submission to the NIST Post-Quantum Standardization or [PQClean](https://github.com/PQClean/PQClean) project. The goal of the library is to provide easy to use API which enables quick experimentation with some post-quantum cryptographic schemes. Users shouldn't expect any level of security provided by this code. The library is not meant to be used on live production systems.