From d5015ff3fec5561c95be17eca99aaeab16d8be65 Mon Sep 17 00:00:00 2001 From: lemon-gith <77743782+lemon-gith@users.noreply.github.com> Date: Sat, 11 May 2024 21:30:43 +0100 Subject: [PATCH] add detail on padding for good measure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 340cf63..7650651 100644 --- a/README.md +++ b/README.md @@ -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