Merge most of internal headers into internal.h

Fix the includes accordingly and get rid of some unused ones.
This commit is contained in:
Lucas Gabriel Vuotto 2024-06-17 21:52:07 +00:00
parent 9177e021ab
commit cef67c9f09
24 changed files with 218 additions and 362 deletions

View file

@ -14,10 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <stddef.h>
#include <stdint.h>
#include "impl_poly1305.h"
#include "internal.h"
#include "util.h"