9cd0059853
Found an edge case where /32 was returning '10' as the short representation of the subnet size because base32 can store 0-31 as a single digit. So switched to Base36 so 0-35 could be represented, though we'll only need 0-32. |
||
---|---|---|
.. | ||
lz-string.min.js | ||
main.js |