An open API service indexing awesome lists of open source software.

https://github.com/xigang/crypto

Go supplementary cryptography libraries
https://github.com/xigang/crypto

aes aes-encryption base64 crypto des-cipher golang md5 rsa sha1 sha256

Last synced: 10 months ago
JSON representation

Go supplementary cryptography libraries

Awesome Lists containing this project

README

          

## crypto
[![Coverage Status](https://coveralls.io/repos/github/crypto/badge.svg?branch=master)](https://gocover.io/github.com/xigang/crypto?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/xigang/crypto)](https://goreportcard.com/report/github.com/xigang/crypto)
[![GoDoc](https://godoc.org/github.com/xigang/crypto?status.svg)](https://godoc.org/github.com/xigang/crypto)

Go supplementary cryptography libaraies.

Installation
-----------

```go
go get github.com/xigang/crypto
```

## License
[MIT](https://github.com/xigang/crypto/blob/master/LICENSE)