Mark allow(dead_code) on compute_hsig() for now

This commit is contained in:
Deirdre Connolly 2019-03-29 01:33:43 -04:00
parent a31b7c0ac7
commit 347f217e0f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#[allow(dead_code)]
// blake2 hash of (random_seed, nullifier[0], nullifier[1], pub_key_hash) with 'ZcashComputehSig' personal token
pub fn compute_hsig(random_seed: [u8; 32], nullifiers: [[u8; 32]; 2], pub_key_hash: [u8; 32]) -> [u8; 32] {
use crypto::blake2::Params;