diff --git a/README.md b/README.md index 5bb7000..ae2f230 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ -# @cryptography/sha256 · ![](https://img.shields.io/bundlephobia/minzip/@cryptography/sha256) ![](https://img.shields.io/codecov/c/github/js-cryptography/sha256?token=617017dc35344eb6b4637420457746c8) ![](https://img.shields.io/travis/js-cryptography/sha256) -Fast SHA-256 implementation for JavaScript +# @cryptography/sha256 +![](https://img.shields.io/bundlephobia/minzip/@cryptography/sha256) ![](https://img.shields.io/codecov/c/github/js-cryptography/sha256?token=617017dc35344eb6b4637420457746c8) ![](https://img.shields.io/travis/js-cryptography/sha256) + +Synchronous SHA-256 implementation for JavaScript + +* Blazing fast +* Lightweight without any dependencies +* Typed ## Setup ```