Function find_nonce

Source
pub fn find_nonce(
    pubkey: &[u8; 32],
    bump: u64,
    seed: u8,
    chunk_idx: u64,
    target: u8,
) -> Option<u8>
Expand description

Finds a nonce for a single chunk that produces a hash matching the target.