From 756ba9feb5607c20ace5adf98b4e003528f79ac1 Mon Sep 17 00:00:00 2001 From: Marco Paland Date: Wed, 20 Dec 2017 17:40:53 +0100 Subject: [PATCH] docs(readme): added badges --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a89b8d..c030755 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # mipher + +[![npm version](https://badge.fury.io/js/mipher.svg)](https://badge.fury.io/js/mipher) +[![Github Releases](https://img.shields.io/github/release/mpaland/mipher.svg)](https://github.com/mpaland/mipher/releases) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/mpaland/avl_array/master/LICENSE) + **M**obile C**ipher** crypto library written in clean TypeScript @@ -6,7 +11,7 @@ There are a lot of crypto libs in JS around, but I needed a clean, lightweight, fast and simple lib for mobile devices in TypeScript. That's **mipher**. A collection of common crypto algorithms, optimized for speed and size. - - Usage of modern Uint8Array as message data types + - Usage of modern `Uint8Array` as message data types - Fast and simple, no dependencies - Own crypto random generator (using a FORTUNA implementation) - Extensive passing test suite