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.
- Host: GitHub
- URL: https://github.com/dsnet/crypto
- Owner: dsnet
- License: bsd-3-clause
- Created: 2015-08-31T05:37:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T22:58:41.000Z (almost 9 years ago)
- Last Synced: 2025-03-27T06:22:29.398Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.