decode_data
w = decode_data(t->w);
x = decode_data(t->x);
y = decode_data(t->y);
T = decode_data(t->T);
S = decode_data(t->S);
K = decode_data(t->K);
support = (t->support != NULL) ? decode_data(t->support) : NULL;
challenge = decode_data(t->challenge);
thash = decode_data(t->thash);
body = decode_data(t->body);