forked from electricdusk/rushlink
readme: Format regexp with slashes
This commit is contained in:
parent
b7118545c1
commit
827dc1d403
@ -41,7 +41,7 @@ namespace. Ideas:
|
|||||||
For the first version of the keys, we will use 3 bytes encoded as base64url,
|
For the first version of the keys, we will use 3 bytes encoded as base64url,
|
||||||
as described in [RFC4648, par. 5]. To allow for truncate-resistant upgrading
|
as described in [RFC4648, par. 5]. To allow for truncate-resistant upgrading
|
||||||
of the URL key format, the first bit is set to `0`. That means the first base64
|
of the URL key format, the first bit is set to `0`. That means the first base64
|
||||||
character will always be in `[A-Za-f]`.
|
character will always be in `/[A-Za-f]/`.
|
||||||
|
|
||||||
This domain contains `8388608` values. If the service is somewhat used, we will
|
This domain contains `8388608` values. If the service is somewhat used, we will
|
||||||
get collisions early when we generate those keys at random. Instead, we will
|
get collisions early when we generate those keys at random. Instead, we will
|
||||||
|
Loading…
Reference in New Issue
Block a user