Unify all the hex digits used in the app

This commit is contained in:
Alexandre Paillier
2022-06-07 14:44:01 +02:00
parent f99804de08
commit 10fbb8d5bc
6 changed files with 5 additions and 12 deletions

View File

@@ -27,8 +27,6 @@
#define UPPER(x) x.elements[0]
#define LOWER(x) x.elements[1]
extern const char HEXDIGITS[];
void write_u64_be(uint8_t *const buffer, uint64_t value);
void read_u64_be(const uint8_t *const in, uint64_t *const out);
uint64_t readUint64BE(const uint8_t *const buffer);