readme: Format number as not-commit

This commit is contained in:
Daan Sprenkels 2019-08-25 11:46:30 +02:00
parent 1c1f452919
commit b7118545c1
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ 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
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
use format-preserving-encryption to construct a counter that visits every value
in an unpredictable order. Daan will fix this.