b64_pton
int b64_pton(char const *, unsigned char *, size_t);
dlen = b64_pton(notspace, deckey, sizeof(deckey));
key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /*%< see above */