From 84655275d6b4b63bd0e0b694f7c387b030f57bff Mon Sep 17 00:00:00 2001 From: Pyry Lahtinen Date: Sat, 11 Nov 2023 16:27:59 +0200 Subject: [PATCH] added badges to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8b4cf3b..a4fba7e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Kyber +![python 3.11 | 3.12](https://img.shields.io/badge/python-3.11_%7C_3.12-blue) +[![CI](https://github.com/PyryL/kyber/actions/workflows/main.yml/badge.svg)](https://github.com/PyryL/kyber/actions/workflows/main.yml) +[![codecov](https://codecov.io/gh/PyryL/kyber/graph/badge.svg?token=MXM7CFK9YQ)](https://codecov.io/gh/PyryL/kyber) + Implementation of [CRYSTALS-Kyber](https://pq-crystals.org/kyber/index.shtml) encryption algorithm. Project for Algorithms and AI course at the University of Helsinki in fall 2023. ## Documentation