fn calcSizeForSlice(decoder: *const Base64Decoder, source: []const u8) Error!usize

Return the exact decoded size for a slice. InvalidPadding is returned if the input length is not valid.

Parameters

decoder: *const Base64Decoder,
source: []const u8,