From 9b13aafbcf09a2075b6d49bed7e82dc7db9d16b6 Mon Sep 17 00:00:00 2001 From: Jannes Nebendahl <83604884+JannesNebendahl@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:39:04 +0200 Subject: [PATCH] fixed tests passing badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bd7765..2c1fc75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Tests](https://github.com/JannesNebendahl/dilithium/actions/workflows/dart.yml/badge.svg)](https://github.com/JannesNebendahl/dilithium/actions/workflows/dart.yml) +[![Tests](https://github.com/JannesNebendahl/dilithium/actions/workflows/tests.yml/badge.svg)](https://github.com/JannesNebendahl/dilithium/actions/workflows/tests.yml) [![codecov](https://codecov.io/github/JannesNebendahl/dilithium/graph/badge.svg?token=22U0DA66BD)](https://codecov.io/github/JannesNebendahl/dilithium) Dart implementation of the [Dilithium](https://www.pq-crystals.org/dilithium/) signature scheme, which supports all 3 security levels (2, 3, 5)