mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-09-19 22:42:14 -07:00
... mebedtls' base64 routine has a strange behavioral issue where if the input is invalid, it will not report it as invalid, but rather returning a bunch of garbage data. This new round-tripping padding method should eliminate such issue.