Go - Get length to decoding Ascii85
- by nevalu
ascii85 has a function to get the maximum length of an encoding MaxEncodedLen().
I think that it should have too a function to get the length at decoding like it has in Base64.
http://golang.org/pkg/encoding/ascii85/