07432f325d
I should have noticed this previously, but the SIKE code was exporting symbols called generic things like “params”. They're not dynamically exported, but BoringSSL is often statically linked so better to ensure that these things are prefixed to avoid the risk of collisions. Change-Id: I3a942dbc8f4eab703d5f1d6898f67513fd7b578c Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/36745 Commit-Queue: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: David Benjamin <davidben@google.com>