Add test for generating commitment randomness.

This commit is contained in:
Simon
2018-06-01 12:20:22 -07:00
parent 4ef2e9ae68
commit eb3d8aa12c
2 changed files with 21 additions and 10 deletions

View File

@@ -118,8 +118,7 @@ extern "C" {
/// Generate uniform Sapling commitment randomness `r`.
/// The result is of length 32.
/// Returns false if there was an error.
bool librustzcash_sapling_generate_commitment_randomness(
void librustzcash_sapling_generate_r(
unsigned char *result
);