Note values should be little-endian byte order.
This commit is contained in:
9
src/zcash/util.h
Normal file
9
src/zcash/util.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __ZCASH_UTIL_H
|
||||
#define __ZCASH_UTIL_H
|
||||
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
std::vector<unsigned char> convertIntToVectorLE(const uint64_t val_int);
|
||||
|
||||
#endif // __ZCASH_UTIL_H
|
||||
Reference in New Issue
Block a user