I currently have a test set up which takes a known good value for the string 'Hello World' that is converted to Crockford Base32 according to this calculator https://www.dcode.fr/crockford-base-32-encoding (including the checksum character as required for validation).
There is a test set up for this here which is currently failing. It is almost certainly related to the same bug that is outlined in issue #20
I currently have a test set up which takes a known good value for the string 'Hello World' that is converted to Crockford Base32 according to this calculator https://www.dcode.fr/crockford-base-32-encoding (including the checksum character as required for validation).
There is a test set up for this here which is currently failing. It is almost certainly related to the same bug that is outlined in issue #20