Replace Bit64u with uint64_t

This commit is contained in:
Emmanuel Gil Peyrot
2020-09-28 02:46:44 +02:00
parent d1802fe5fa
commit d2b0cef2f5
34 changed files with 275 additions and 277 deletions

View File

@@ -23,7 +23,7 @@
typedef union {
Bit64u q;
uint64_t q;
#ifndef WORDS_BIGENDIAN
struct {