/** * \file oqs.h * \brief Overall header file for the liboqs public API. * * C programs using liboqs can include just this one file, and it will include all * other necessary headers from liboqs. * * SPDX-License-Identifier: MIT */ #ifndef OQS_H #define OQS_H #include #include #include #include #include #endif // OQS_H