yubikey_hex_decode
yubikey_hex_decode(uid, hexuid, YUBIKEY_UID_SIZE);
yubikey_hex_decode(key, hexkey, YUBIKEY_KEY_SIZE);
extern void yubikey_hex_decode(char *dst, const char *src, size_t dstsize);