Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlys committed Oct 30, 2018
1 parent e84d4a4 commit db80580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![stability-wip](https://img.shields.io/badge/stability-work_in_progress-lightgrey.svg)
[![GoDoc](https://godoc.org/github.com/kahlys/webcrypto?status.svg)](https://godoc.org/github.com/kahlys/webcrypto)
[![Go Report Card](https://goreportcard.com/badge/github.com/kahlys/webcrypto)](https://goreportcard.com/report/github.com/kahlys/webcrypto)

Golang wrapper around the WebCryptoAPI.

Expand All @@ -26,3 +27,4 @@ $ gopherjs build test.go
## Packages

- [SHA](https://godoc.org/github.com/kahlys/webcrypto/sha) : [sha-1](https://godoc.org/github.com/kahlys/webcrypto/sha#Sum1) | [sha-256](https://godoc.org/github.com/kahlys/webcrypto/sha#Sum256) | [sha-384](https://godoc.org/github.com/kahlys/webcrypto/sha#Sum384) | [sha-512](https://godoc.org/github.com/kahlys/webcrypto/sha#Sum512)
- [AES](https://godoc.org/github.com/kahlys/webcrypto/aes) : [cbc](https://godoc.org/github.com/kahlys/webcrypto/aes#EncryptCBC) | [gcm](https://godoc.org/github.com/kahlys/webcrypto/aes#EncryptGCM)

0 comments on commit db80580

Please sign in to comment.