pub fn from_base64<I>(input: I) -> StdResult<Vec<u8>>where I: AsRef<[u8]>,
Deserialize a bag of bytes from Base64 into a vector of bytes