boringssl/crypto/poly1305
Brian Smith 7cae9f5b6c Use |alignas| for alignment.
MSVC doesn't have stdalign.h and so doesn't support |alignas| in C
code. Define |alignas(x)| as a synonym for |__decltype(align(x))|
instead for it.

This also fixes -Wcast-qual warnings in rsaz_exp.c.

Change-Id: Ifce9031724cb93f5a4aa1f567e7af61b272df9d5
Reviewed-on: https://boringssl-review.googlesource.com/6924
Reviewed-by: Adam Langley <agl@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
2016-01-25 23:05:04 +00:00
..
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
poly1305_arm_asm.S Revert section changes for ASM. 2015-09-30 22:09:52 +00:00
poly1305_arm.c Use |alignas| for alignment. 2016-01-25 23:05:04 +00:00
poly1305_test.cc Use |alignas| for alignment. 2016-01-25 23:05:04 +00:00
poly1305_test.txt Fix up several comments and detect problems in the future. 2015-11-05 20:12:45 +00:00
poly1305_vec.c Use |alignas| for alignment. 2016-01-25 23:05:04 +00:00
poly1305.c Add in missing curly braces part 3. 2015-02-11 15:14:46 -08:00