Fix a typo.
This commit is contained in:
parent
d4cd796fc0
commit
b317a711d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue