boringssl/crypto/curve25519
Adam Langley dd1f6f4fba Rename the curve25519 precomputed tables.
These symbols can show up in lists of large symbols but, so I
understand, these lists might not include the filename path. Thus |base|
as a symbol name is rather unhelpful.

This change renames the two precomputated tables to have slightly more
greppable names.

Change-Id: I77059250cfce4fa9eceb64e260b45db552b63255
Reviewed-on: https://boringssl-review.googlesource.com/6813
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <alangley@gmail.com>
2016-01-15 19:51:05 +00:00
..
asm Include 'asm' in the name of X25519 asm sources. 2016-01-05 16:05:50 +00:00
CMakeLists.txt Include 'asm' in the name of X25519 asm sources. 2016-01-05 16:05:50 +00:00
curve25519.c Rename the curve25519 precomputed tables. 2016-01-15 19:51:05 +00:00
ed25519_test.cc Enable Ed25519 when building with OPENSSL_SMALL. 2015-12-18 23:15:33 +00:00
ed25519_tests.txt Add X25519 and Ed25519 support. 2015-11-17 21:56:12 +00:00
internal.h Don't build X25519 asm code when NO_ASM is set. 2015-12-22 16:32:53 +00:00
x25519_test.cc Add X25519 and Ed25519 support. 2015-11-17 21:56:12 +00:00
x25519-x86_64.c Add x86-64 assembly for X25519. 2015-12-22 16:22:38 +00:00