open-vault/vendor/github.com/hashicorp/go-uuid
Lexman c86fe212c0
oss changes for entropy augmentation feature (#7670)
* oss changes for entropy augmentation feature

* fix oss command/server/config tests

* update go.sum

* fix logical_system and http/ tests

* adds vendored files

* removes unused variable
2019-10-17 10:33:00 -07:00
..
.travis.yml Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
go.mod Update Deps (#5454) 2018-10-03 09:55:26 -07:00
LICENSE Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
README.md Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
uuid.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00

uuid Build Status

Generates UUID-format strings using high quality, purely random bytes. It is not intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.

Documentation

The full documentation is available on Godoc.