pirate-librustzcash/include/librustzcash.h

11 lines
191 B
C
Raw Normal View History

2017-03-17 17:25:08 +00:00
#ifndef LIBRUSTZCASH_INCLUDE_H_
#define LIBRUSTZCASH_INCLUDE_H_
2017-03-17 17:34:30 +00:00
#include <stdint.h>
2017-03-17 17:25:08 +00:00
extern "C" {
2017-03-17 17:36:32 +00:00
uint64_t librustzcash_xor(uint64_t a, uint64_t b);
2017-03-17 17:25:08 +00:00
}
#endif // LIBRUSTZCASH_INCLUDE_H_