Add to_scalar call

This commit is contained in:
Jay Graber
2018-05-09 06:51:19 -07:00
committed by str4d
parent 0b862c9d52
commit 128af9fc82
2 changed files with 21 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
extern "C" {
uint64_t librustzcash_xor(uint64_t a, uint64_t b);
void librustzcash_to_scalar(const unsigned char *input, unsigned char *result);
/// Loads the zk-SNARK parameters into memory and saves
/// paths as necessary. Only called once.
void librustzcash_init_zksnark_params(