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