vendor/libhydrogen/impl/common.h in dualcone-0.0.1 vs vendor/libhydrogen/impl/common.h in dualcone-1.0.0
- old
+ new
@@ -91,11 +91,11 @@
w >>= 8;
dst[5] = (uint8_t) w;
w >>= 8;
dst[6] = (uint8_t) w;
w >>= 8;
- dst[7] = (uint8_t) w;
+ dst[7] = (uint8_t) w;
#endif
}
#define LOAD32_LE(SRC) load32_le(SRC)
static inline uint32_t
@@ -125,11 +125,11 @@
w >>= 8;
dst[1] = (uint8_t) w;
w >>= 8;
dst[2] = (uint8_t) w;
w >>= 8;
- dst[3] = (uint8_t) w;
+ dst[3] = (uint8_t) w;
#endif
}
#define LOAD16_LE(SRC) load16_le(SRC)
static inline uint16_t
@@ -201,10 +201,10 @@
w >>= 8;
dst[2] = (uint8_t) w;
w >>= 8;
dst[1] = (uint8_t) w;
w >>= 8;
- dst[0] = (uint8_t) w;
+ dst[0] = (uint8_t) w;
#endif
}
#define LOAD32_BE(SRC) load32_be(SRC)
static inline uint32_t