From 5313ba07eb411590b6d4975bf3db3633843ad69e Mon Sep 17 00:00:00 2001 From: Aster Seker Date: Wed, 3 Sep 2025 23:39:09 +0300 Subject: [PATCH] docs: add CI badges --- README-RU.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README-RU.md b/README-RU.md index d496961..360a58d 100644 --- a/README-RU.md +++ b/README-RU.md @@ -1,5 +1,8 @@ # hmac-cpp +[![Linux](https://github.com/NewYaroslav/hmac-cpp/actions/workflows/CI-Linux.yml/badge.svg?branch=main)](https://github.com/NewYaroslav/hmac-cpp/actions/workflows/CI-Linux.yml) +[![Windows](https://github.com/NewYaroslav/hmac-cpp/actions/workflows/CI-Win.yml/badge.svg?branch=main)](https://github.com/NewYaroslav/hmac-cpp/actions/workflows/CI-Win.yml) + Лёгкая `C++11` библиотека для вычисления `HMAC` (hash-based message authentication code), поддерживающая поддерживающая `SHA256`, `SHA512`, `SHA1`, а также одноразовые пароли `HOTP` и `TOTP`. ## 🚀 Возможности diff --git a/README.md b/README.md index af25900..f8dc928 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # hmac-cpp [🇷🇺 README-RU](./README-RU.md) +[![Linux](https://github.com/NewYaroslav/hmac-cpp/actions/workflows/CI-Linux.yml/badge.svg?branch=main)](https://github.com/NewYaroslav/hmac-cpp/actions/workflows/CI-Linux.yml) +[![Windows](https://github.com/NewYaroslav/hmac-cpp/actions/workflows/CI-Win.yml/badge.svg?branch=main)](https://github.com/NewYaroslav/hmac-cpp/actions/workflows/CI-Win.yml) + A lightweight `C++11` library for computing `HMAC` (hash-based message authentication codes), supporting `SHA1`, `SHA256`, `SHA512`, as well as one-time passwords compliant with `HOTP` (RFC 4226) and `TOTP` (RFC 6238). ## 🚀 Features