↳
In-reply-to
»
Taking the last n characters of a base32 encoded hash instead of the first n can be problematic for several reasons:
⤋ Read More
I think it was a mistake to take the last n base32 encoded characters of the blake2b 256bit encoded hash value. It should have been the first n. where n is >= 7