From f69ff616d16a5ceae66b53b59932a6c03cf96b98 Mon Sep 17 00:00:00 2001 From: Aleksandr Zykov Date: Thu, 18 Nov 2021 19:23:24 +0100 Subject: [PATCH] added circle ci badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56f7d04..ade4366 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Digest::Blake2b =============== +[![CircleCI](https://circleci.com/gh/kotovalexarian/digest-blake2b/tree/master.svg?style=svg)](https://circleci.com/gh/kotovalexarian/digest-blake2b/tree/master) + BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the latest standard SHA-3. BLAKE2 has been adopted by many projects due to its high speed, security, and simplicity. More info at: [https://blake2.net](https://blake2.net).