9 lines
167 B
C
9 lines
167 B
C
#ifndef LIBRUSTZCASH_INCLUDE_H_
|
|
#define LIBRUSTZCASH_INCLUDE_H_
|
|
|
|
extern "C" {
|
|
uint64_t librustzcash_xor(uint64_t a, uint64_t b);
|
|
}
|
|
|
|
#endif // LIBRUSTZCASH_INCLUDE_H_
|