boringssl/crypto/poly1305
Brian Smith d3a4e280db Fix trivial -Wcast-qual violations.
Fix casts from const to non-const where dropping the constness is
completely unnecessary. The changes to chacha_vec.c don't result in any
changes to chacha_vec_arm.S.

Change-Id: I2f10081fd0e73ff5db746347c5971f263a5221a6
Reviewed-on: https://boringssl-review.googlesource.com/6923
Reviewed-by: David Benjamin <davidben@google.com>
2016-01-21 21:06:02 +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 Fix several warnings that arise in Android. 2015-10-30 21:11:48 +00:00
poly1305_test.cc Remove stl_compat.h. 2015-11-11 22:19:36 +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 Fix trivial -Wcast-qual violations. 2016-01-21 21:06:02 +00:00
poly1305.c