Open russellbanks opened 1 year ago
I think I attempted trying to implement it at one point and couldn't quite get it working. Unfortunately I don't think I still have the code.
I had a look and the main issue I came up against was that DecodeStep requires a RangeInclusive but the Crockford Alphabet omits some characters.
I want to encode using Crockford Base32 as I'm implementing the Package Family Name algorithm but I'm unsure of how to implement the alphabet myself.