update blake2b test vectors

This commit is contained in:
koe 2024-02-21 19:42:51 -06:00
parent fa47c7b7d6
commit e151ff711f
3 changed files with 388 additions and 389 deletions

View File

@ -40,7 +40,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <string.h>
#include <stdio.h>
/// BEGIN: endian.h
#if defined(_MSC_VER)

View File

@ -43,7 +43,7 @@
#include "warnings.h"
#include "crypto/hash.h"
#include "crypto/variant2_int_sqrt.h"
#include "randomx/src/blake2/blake2.h"
#include "crypto/blake2b.h"
#include "../io.h"
using namespace std;