incubator-milagro-crypto-c
incubator-milagro-crypto-c copied to clipboard
refactor: allow for C-style convention when mixed with C++ source files
Description
There doesn't seem to be mentions of an official Milagro C++ wrapper and following in line with https://github.com/apache/incubator-milagro-crypto-c/issues/24, work on a potential C++ implementation behind a C API will require C++ and C code to co-exist. Additionally, the prefix of .c.in
proves to be misleading as it prevents IDEs (like Visual Studio Code) from recognising C source files. This PR attempts to address portions of these issues.