base32
base32 copied to clipboard
Base32 Encoder/Decoder according to RFC 4648
# Changed log - Using the PHP-CS-Fixer `2.19.0` version to be compatible with the current `.php_cs.dist` file. - By default, the latest `docker:/oskarstark/php-cs-fixer-ga` version is `3.x`. - Using the `assertSame`...
... or `\Base32\DecodeException` I found this test suite, the negative cases down the bottom are engineered to detect implementation errors we should add Base32 hex: https://opensource.apple.com/source/tcl/tcl-87/tcl_ext/tcllib/tcllib/modules/base32/base32hex.testsuite.auto.html Base32: https://opensource.apple.com/source/tcl/tcl-87/tcl_ext/tcllib/tcllib/modules/base32/base32.testsuite.auto.html On the...
I don't use your actual PHP code directly but ported it to another language, but it seems to me that https://github.com/ChristianRiesen/base32/blob/e8b7d85382e396b101d418844b997b4cd744cb8f/src/Base32.php#L104-L105 should be the other way around: first read the...
Hi Christian, we still have this issue and there is a solution for that problem https://github.com/ChristianRiesen/base32/issues/36#issuecomment-3249584645 Thanks for your support Best regards Marinhio
It is recommended to include the `composer.json` if the repository is intended to be used as a Composer package (e.g., distributed via Packagist). #36 sonatype/nexus-public#640