mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-15 03:05:48 +00:00
11 lines
188 B
C
11 lines
188 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_
|