Skip to content

Commit

Permalink
add detail on padding for good measure
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-gith authored and agnoster committed Sep 5, 2024
1 parent d6e213c commit d5015ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This is a _modified_ [Crockford encoding](https://www.crockford.com/base32.html)
- S -> 5

- When *decoding*, capital letters are converted to lowercase and the "ambiguous" letters mentioned above converted to their numeric counterparts.
- Each character corresponds to 5 bits of input.
- Each character corresponds to 5 bits of input, tail-padded with 0s where necessary.
- Lexicographic order of strings is preserved through Base 32 encoding.

### `decimal -> base32` Table
Expand Down

0 comments on commit d5015ff

Please sign in to comment.