arduino-base64 icon indicating copy to clipboard operation
arduino-base64 copied to clipboard

Simplified calculation of base64 encoded and decoded length

Open gfoidl opened this issue 2 years ago • 0 comments

For encoded length there's no need for the costly modulo operator. For decoded length we can use bit-shifts instead of costly division.

gfoidl avatar Dec 20 '21 16:12 gfoidl