Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use rand.Reader directly instead of relying upon uuid
uuid did some bit manipulation so actually only guaranteed 122 bits of random data. This change gets us the full 128 bits.
- Loading branch information