From: Bengt Richter <bokr@bokr.com>
To: Mark H Weaver <mhw@netris.org>
Cc: Vagrant Cascadian <vagrant@debian.org>,
guix-devel@gnu.org, Marius Bakke <mbakke@fastmail.com>
Subject: Re: Linux-libre 5.8 and beyond
Date: Tue, 11 Aug 2020 00:39:31 +0200 [thread overview]
Message-ID: <20200810223931.GA17789@LionPure> (raw)
In-Reply-To: <87imdr4g60.fsf@netris.org>
On +2020-08-09 18:17:48 -0400, Mark H Weaver wrote:
>
> Note that although base32 encodes 5 bits per character, the first
> character of a base32-encoded sha256 hash can only be 0 or 1, since
> there's only 1 bit remaining to encode after the other 255 bits have
> been encoded in the last 51 characters.
>
UIAM, that's only true for the nix flavor (which is default for guix hash, I think)
of base32. Again UIAM, the nix view of a 256-bit sha256sum hash is little-endian,
and shifts 5 bits out the bottom, as if with euclidean/ 32, and so winds up with
the 1 or 0 last, at the top.
I think all the others base32's shift 5 bits at a time from the big end, and
could have the full range 0-31 for the top digit, however translated to glyphs.
Which also means the last value on the right is a 1 or 0 in the top bit, valued 16 or 0.
Of course, different length digests may produce other remainder end values.
BTW, how did nix get such a weird alphabet for 0-31 ? Watermarking themselves? :)
--
Regards,
Bengt Richter
next prev parent reply other threads:[~2020-08-10 22:40 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-08 20:57 Linux-libre 5.8 and beyond Vagrant Cascadian
2020-08-09 0:02 ` Mark H Weaver
2020-08-09 3:30 ` Mark H Weaver
2020-08-09 3:43 ` Vagrant Cascadian
2020-08-09 18:09 ` Vagrant Cascadian
2020-08-09 22:17 ` Mark H Weaver
2020-08-10 1:59 ` bug#42789: " Leo Famulari
2020-08-10 17:16 ` bug#42789: Linux-libre 'deblob-check' file-names do not include a version number Leo Famulari
2020-08-11 3:46 ` bug#42789: Linux-libre 5.8 and beyond Mark H Weaver
2020-08-11 22:46 ` Leo Famulari
2020-08-12 3:24 ` Leo Famulari
2020-08-12 21:34 ` Mark H Weaver
2020-08-21 22:02 ` Leo Famulari
2020-08-10 22:39 ` Bengt Richter [this message]
2020-08-11 2:37 ` Tobias Geerinckx-Rice
2020-08-09 18:49 ` Leo Famulari
2020-08-25 21:01 ` Leo Famulari
2020-08-26 3:17 ` Leo Famulari
2020-08-26 15:41 ` Katherine Cox-Buday
-- strict thread matches above, loose matches on Subject: below --
2020-08-09 20:15 Jason Self
2020-08-13 0:39 ` Mark H Weaver
2020-08-14 13:47 ` Alexandre Oliva
2020-08-15 6:03 ` Mark H Weaver
2020-08-16 1:24 ` Mark H Weaver
2020-08-16 12:43 ` Jason Self
2020-08-16 10:54 ` Jason Self
2020-08-24 3:45 ` Alexandre Oliva
2020-08-25 4:14 ` Mark H Weaver
2020-08-25 11:12 ` Alexandre Oliva
2020-08-24 3:58 ` Alexandre Oliva
2020-08-24 4:12 ` Alexandre Oliva
2020-08-24 4:34 ` Alexandre Oliva
2020-08-24 4:42 ` Alexandre Oliva
2020-08-11 4:07 Mark H Weaver
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200810223931.GA17789@LionPure \
--to=bokr@bokr.com \
--cc=guix-devel@gnu.org \
--cc=mbakke@fastmail.com \
--cc=mhw@netris.org \
--cc=vagrant@debian.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.