From 7cf3af7d67419ea4024c695b3768434b4cc631ed Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Fri, 17 Mar 2017 11:25:08 -0600 Subject: [PATCH] Add includes. --- include/librustzcash.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/librustzcash.h diff --git a/include/librustzcash.h b/include/librustzcash.h new file mode 100644 index 0000000..21e7464 --- /dev/null +++ b/include/librustzcash.h @@ -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_