https://github.com/longsleep/rndm
Go package to provide helper functions which create cryptographically secure random values out of random data
https://github.com/longsleep/rndm
Last synced: over 1 year ago
JSON representation
Go package to provide helper functions which create cryptographically secure random values out of random data
- Host: GitHub
- URL: https://github.com/longsleep/rndm
- Owner: longsleep
- License: mit
- Created: 2022-11-30T21:08:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T21:16:09.000Z (over 3 years ago)
- Last Synced: 2025-02-03T14:46:41.478Z (over 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rndm [](https://godoc.org/github.com/longsleep/rndm)
Rndm is a Go package to provide helper functions which create cryptographically
secure random values out of random data.
## Installation
```text
go get github.com/longsleep/rndm
```