Skip to content

Replace base32 and remove base64 to save space.

Daniel Pineda requested to merge daniel.pineda/pureboot:purism_next into purism_next

Replaces base32 from tpmtotp with busybox one. Saves ~1kb of free space.

Removes base64, not used anywhere. Saves ~1.5kb of free space.

In total ~2.5kb of free space.

Merge request reports