More ECC work to prep for a FIPS mode

This commit is contained in:
Adam Ierymenko 2024-09-20 14:04:49 -07:00
parent 307befa892
commit 5b7e1ceb68
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
2 changed files with 36 additions and 5 deletions

View file

@ -8,15 +8,10 @@ Derived from public domain code by D. J. Bernstein.
// This code remains in the public domain.
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "Constants.hpp"
#include "ECC.hpp"
#include "SHA512.hpp"
#include "Buffer.hpp"
#include "Hashtable.hpp"
#include "Mutex.hpp"
#ifdef __WINDOWS__
#pragma warning(disable: 4146)