Fix a typo.
This commit is contained in:
parent
d4cd796fc0
commit
b317a711d1
@ -30,7 +30,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
// Standard length of uniuri string to achive ~95 bits of entropy.
|
// Standard length of uniuri string to achive ~95 bits of entropy.
|
||||||
StdLen = 16
|
StdLen = 16
|
||||||
// Length of uniurl string to achive ~119 bits of entropy, closest
|
// Length of uniuri string to achive ~119 bits of entropy, closest
|
||||||
// to what can be losslessly converted to UUIDv4 (122 bits).
|
// to what can be losslessly converted to UUIDv4 (122 bits).
|
||||||
UUIDLen = 20
|
UUIDLen = 20
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user