We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62eea42 commit 52f9adeCopy full SHA for 52f9ade
1 file changed
README.md
@@ -356,6 +356,6 @@ For all the implementations you can customize the alphabet if needed.
356
### Base36 / Base62 / custom alphabets
357
358
Backed by `BaseRadix`, these encoders operate in fixed-size blocks with
359
-deterministic lengths for safe decoding. A naïve implementation without blocks
360
-is simpler but has an `O(n^2)` run time, where `n` is the length of the bytes
361
-to encode.
+deterministic lengths for safe decoding. No padding is used. A naïve
+implementation without blocks is simpler but has an `O(n^2)` run time, where `n`
+is the length of the bytes to encode.
0 commit comments