poly1305_update_blocks
poly1305_update_blocks(&P, llenbuf, 16);
poly1305_update_blocks(&P, t, tlen);
poly1305_update_blocks(&P, m, mlen);
poly1305_update_blocks(&P, h0, 32);