i want build VMAC ,but it use Data Alignment in Code
Ex:
Qt Code:
  1. int main(void)
  2. {
  3. ALIGN(16) vmac_ctx_t ctx, ctx_aio, ctx_inc1, ctx_inc2;
  4. uint64_t res, tagl;
  5. void *p;
  6. unsigned char *m;
  7. ALIGN(4) unsigned char key[] = "abcdefghijklmnop";
  8. ALIGN(4) unsigned char nonce[] = "\0\0\0\0\0\0\0\0bcdefghi";
  9. unsigned int vector_lengths[] = {0,3,48,300,3000000};
  10. #if (VMAC_TAG_LEN == 64)
  11. ALIGN(4) char *should_be[] = {"2576BE1C56D8B81B","2D376CF5B1813CE5",
  12. "E8421F61D573D298","4492DF6C5CAC1BBE",
  13. "09BA597DD7601113"};
To copy to clipboard, switch view to plain text mode 


can you help find Define ALIGN(16) in QT ?

this is define Data Alignment : _http://www.songho.ca/misc/alignment/dataalign.html

and SOurce code on QT Error:

_http://mfi.re/?mcwmgd0kjzeugrg