[PATCH 1/4] dev/io: Make base64 encoding tables public

Chris Johns chrisj at rtems.org
Sun Jan 21 23:32:16 UTC 2024


On 15/1/2024 8:45 pm, Sebastian Huber wrote:
> This makes them reusable.  Change the character type to uint8_t.
> ---
>  cpukit/dev/iobase64.c         | 24 +++++++++++++++++-------

I do not understand why a base64 encoder/decoder is in the devices sources tree?
I have never encountered a base64 "device". Should it be moved to libmisc and a
base64 interface created?

Chris


More information about the devel mailing list