MX
2023-04-05 22:45:27 +03:00
parent 3cdb05364b
commit 563ec6c2ab
38 changed files with 1452 additions and 195 deletions

View File

@@ -26,12 +26,9 @@
#include <stdint.h>
#include <string.h>
#ifdef WORDS_BIGENDIAN
#define SWAP(n) (n)
#else
#include "byteswap.h"
#define SWAP(n) swap_uint64(n)
#endif
/* This array contains the bytes used to pad the buffer to the next
128-byte boundary. */