Skip to content

Commit

Permalink
doc: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spalt08 committed Dec 3, 2019
1 parent 0893cc7 commit 122faa7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
Expand Down

0 comments on commit 122faa7

Please # to comment.