Skip to content

Commit 52f9ade

Browse files
committed
complete readme
1 parent 62eea42 commit 52f9ade

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,6 @@ For all the implementations you can customize the alphabet if needed.
356356
### Base36 / Base62 / custom alphabets
357357

358358
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.
359+
deterministic lengths for safe decoding. No padding is used. A naïve
360+
implementation without blocks is simpler but has an `O(n^2)` run time, where `n`
361+
is the length of the bytes to encode.

0 commit comments

Comments
 (0)