pub(crate) fn base64_to_bytes(s: &str) -> Vec<u8>
base64 文字列をバイト列へデコードする共通処理(atob/Uint8Array.fromBase64 で共有)。 未知の文字(改行等)は無視する簡略実装。
atob
Uint8Array.fromBase64