blake2b_compress
blake2b_compress(c, c->buf, BLAKE2B_BLOCKBYTES);
blake2b_compress(c, in, datalen);
blake2b_compress(c, c->buf, c->buflen);