You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example, the decoded length is correct, but the last two characters are decoded as: \1Fc instead of e.
In binary: 0001 11110110 0011 instead of 0110 01010010 1110
ASCII85 is almost fully working...
In the example/ folder, the script fails to decode correctly for the ~2 last characters.
https://github.com/ahkscript/libcrypt.ahk/blob/master/examples/ASCII85.ahk
The text was updated successfully, but these errors were encountered: