From b7118545c1118521e7d6a6e06bf27d8f415e365a Mon Sep 17 00:00:00 2001 From: Daan Sprenkels Date: Sun, 25 Aug 2019 11:46:30 +0200 Subject: [PATCH] readme: Format number as not-commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2bf536..543a068 100644 --- a/README.md +++ b/README.md @@ -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.