pirate-librustzcash/include/librustzcash.h
2017-03-17 11:36:32 -06:00

11 lines
191 B
C

#ifndef LIBRUSTZCASH_INCLUDE_H_
#define LIBRUSTZCASH_INCLUDE_H_
#include <stdint.h>
extern "C" {
uint64_t librustzcash_xor(uint64_t a, uint64_t b);
}
#endif // LIBRUSTZCASH_INCLUDE_H_