Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipfn/go-entropy
Single function utility for crypto rand reading in Go.
https://github.com/ipfn/go-entropy
Last synced: 28 days ago
JSON representation
Single function utility for crypto rand reading in Go.
- Host: GitHub
- URL: https://github.com/ipfn/go-entropy
- Owner: ipfn
- License: apache-2.0
- Created: 2018-12-01T09:27:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T02:35:35.000Z (about 6 years ago)
- Last Synced: 2024-06-21T13:07:47.058Z (6 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# [go-entropy][entropy]: cryptographically safe random read utility
[![IPFN project][badge-ipfn]][org-ipfn]
[![IPFN Documentation][badge-docs]][docs]
[![See COPYING.txt][badge-copying]][COPYING]
[![GoDoc][badge-godoc]][godoc-ipfn]Go utility for reading cryptographically safe random bytes.
## License
See [COPYING][COPYING] file for licensing details.
## Project
This source code is part of [IPFN](https://github.com/ipfn) – interplanetary functions project.
[docs]: https://docs.ipfn.io/
[COPYING]: https://github.com/ipfn/go-entropy/blob/master/COPYING
[badge-copying]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square
[badge-docs]: https://img.shields.io/badge/documentation-IPFN-blue.svg?style=flat-square
[badge-godoc]: https://godoc.org/github.com/ipfn/go-entropy/entropy?status.svg
[badge-ipfn]: https://img.shields.io/badge/project-IPFN-blue.svg?style=flat-square
[org-ipfn]: https://github.com/ipfn
[godoc-ipfn]: https://godoc.org/github.com/ipfn/go-entropy/entropy
[entropy]: https://github.com/ipfn/go-entropy/