On 22 June 2015 at 10:05, Oleg <[email protected]> wrote:

> May be a stupid question. enc64() returns a null terminated string. But
> dec64()
> not doing the same. What is the reason for it?
>

enc: binary -> string
dec: string -> binary

binary is just an array of bytes, and there isn't a special terminating
value

Reply via email to