Skip to content

Releases: twharmon/gouid

More secure charsets

11 Jan 17:00
a003e0d
Compare
Choose a tag to compare

All of the old charsets for gouid.String() have been removed, since their lengths were not factors of 256. In their place, two charsets have been added: gouid.Secure32Char and gouid.Secure64Char. These will ensure an even distribution of characters and will be cryptographically secure.

v0.5.2: Merge pull request #5 from twharmon/docs

12 Apr 15:40
f1239d5
Compare
Choose a tag to compare

v0.5.1: Merge pull request #4 from twharmon/codecov

12 Apr 15:37
b37ac1e
Compare
Choose a tag to compare

v0.5.0: Merge pull request #2 from twharmon/simple-string

31 Jan 14:21
3def656
Compare
Choose a tag to compare

v0.4.0: Merge pull request #1 from twharmon/string-doc

31 Jan 05:59
8d29f1d
Compare
Choose a tag to compare

v0.3.0

06 Jan 17:44
Compare
Choose a tag to compare
Reformat benchmarks in readme

v0.2.1

10 Dec 01:32
Compare
Choose a tag to compare
Implement Stringer interface

v0.2.0

08 Dec 19:39
Compare
Choose a tag to compare
Add tests

v0.1.0

05 Nov 14:41
Compare
Choose a tag to compare
Add some documentation

Hex encoding for json

04 Nov 16:39
Compare
Choose a tag to compare
v0.0.3

Use hex encoding with json