From b9650abbd0c9e1f6bfa69c0343b49d6fab400ac5 Mon Sep 17 00:00:00 2001 From: Jannes Nebendahl <83604884+JannesNebendahl@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:13:31 +0200 Subject: [PATCH] Linked pub.dev in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0e7845..d592ef3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![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) +[![codecov](https://codecov.io/github/JannesNebendahl/dilithium/graph/badge.svg?token=22U0DA66BD)](https://codecov.io/github/JannesNebendahl/dilithium) +[![pub package](https://img.shields.io/pub/v/dilithium_crypto.svg)](https://pub.dev/packages/dilithium_crypto) Dart implementation of the [Dilithium](https://www.pq-crystals.org/dilithium/) signature scheme, which supports all 3 security levels (2, 3, 5) **Note AES Not Supported:** This Dart implementation of Dilithium does not support the AES variant. It only supports the SHAKE-based version of the algorithm.