Add includes.
This commit is contained in:
8
include/librustzcash.h
Normal file
8
include/librustzcash.h
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#ifndef LIBRUSTZCASH_INCLUDE_H_
|
||||||
|
#define LIBRUSTZCASH_INCLUDE_H_
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
uint64_t librustzcash_xor(uint64_t a, uint64_t b);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif // LIBRUSTZCASH_INCLUDE_H_
|
||||||
Reference in New Issue
Block a user