Add ask_to_ak and nsk_to_nk

This commit is contained in:
Jay Graber
2018-05-14 20:40:35 -07:00
committed by str4d
parent 128af9fc82
commit c44d70299b
2 changed files with 44 additions and 1 deletions

View File

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