Subject: | length of base64 encoded |
In my XML::Compile, I have to check the length of a base64Binary
data-type which Base64 in encoded form. For reasons of performance, I do
not want to decode the data, nor want to count the base64 characters in
pure Perl.
Would it be possible to add a function to your module which can report
the length of an encoded base64 string without decoding it first?