mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 15:52:14 +00:00
11 lines
191 B
C
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_
|