pirate-librustzcash/include/librustzcash.h

11 lines
191 B
C
Raw Normal View History

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