Skip to content

Releases: sneurlax/base58.php

1.0.2

Choose a tag to compare

@sneurlax sneurlax released this 20 Feb 16:39

Patched test file test.php to access privately-scoped str_to_bin() and uint64_to_8_be() via reflection. No changes in the library itself.

1.0.1

Choose a tag to compare

@sneurlax sneurlax released this 20 Feb 05:58
e41c641

Made helper function like str_to_bin() and uint64_to_8_be() privately-scoped, as it is probably inappropriate that they be used outside of encode() and decode().

1.0.0

Choose a tag to compare

@sneurlax sneurlax released this 20 Feb 03:05
41c18ed

Version 1.0.0 represents basic functionality, input validation, and documentation. It should be complete, but has room for improvement: click here to see where you can contribute!