mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-08-25 22:17:11 +08: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.