Remove the rest of libzerocash.
This commit is contained in:
@@ -5,5 +5,7 @@
|
||||
#include <cstdint>
|
||||
|
||||
std::vector<unsigned char> convertIntToVectorLE(const uint64_t val_int);
|
||||
std::vector<bool> convertBytesVectorToVector(const std::vector<unsigned char>& bytes);
|
||||
uint64_t convertVectorToInt(const std::vector<bool>& v);
|
||||
|
||||
#endif // __ZCASH_UTIL_H
|
||||
|
||||
Reference in New Issue
Block a user