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