ascii85
ascii85 copied to clipboard
a c# implementation of an ascii85 text encoding algorithm
Results
1
ascii85 issues
Sort by
recently updated
recently updated
newest added
Hello, I was playing around with your `Ascii85` implementation when I discovered that calling `Decode` multiple times from the same `Ascii85` instance would cause data corruption on successive calls. For...