wessels Change to nonce processing. Previously there was a single global
55e536b Mar 11, 2022
Change to nonce processing. Previously there was a single global
nonce value, which meant that you couldn't use a nonce for one hash
algorithm, but not another.  For example, asking the program to
generate a digest for algorithms 1 & 241 would result in a bad alg
1 digest because specifying 241 would set the global nonce value.
Now there is an array of nonce strings, one per algorithm.
55e536b