/** * \file oqs.h * \brief Overall header file for liboqs. * * C programs using liboqs can include just this one file, and it will include all * other necessary headers from liboqs. */ #ifndef OQS_H #define OQS_H #include #include #include #include #include #include #include #include #endif // OQS_H