Merge BoringSSL 042b49c: Extract curve25519 tables into a separate header.

This commit is contained in:
Brian Smith 2018-05-01 11:11:55 -10:00
commit a0943431dc
3 changed files with 2308 additions and 2274 deletions

View File

@ -164,6 +164,7 @@ const RING_INCLUDES: &'static [&'static str] =
"include/GFp/cpu.h",
"include/GFp/mem.h",
"include/GFp/type_check.h",
"third_party/fiat/curve25519_tables.h",
"third_party/fiat/internal.h",
];

File diff suppressed because it is too large Load Diff

2301
third_party/fiat/curve25519_tables.h vendored Normal file

File diff suppressed because it is too large Load Diff