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

https://github.com/dsnet/crypto

Collection of crypto related Go packages.
https://github.com/dsnet/crypto

Last synced: 8 months ago
JSON representation

Collection of crypto related Go packages.

Awesome Lists containing this project

README

          

# Collection of crypto libraries for Go #

## Introduction ##

This repository stores a collection of cryptography related libraries.

## Installation ##

Run the command:

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

## Packages ##

* [rand](http://godoc.org/github.com/dsnet/crypto/rand): Define a Reader that
can be used for high-throughput pseudo-random byte generation.