Pass in rng to key generation and obfuscation steps
hardbyte opened this issue · 1 comments
hardbyte commented
It is best practice to pass in io
streams and random number generators to functions, I need to modify the key generator and the obfuscate functions to allow/require a rng to be passed by the caller.
Not requiring the user to pass in a rng would be nice to keep.