https://github.com/mozilla/blender/pull/56 made it obvious there is a lot of duplicated lines of code to detect secret and nonce leaks and to abort the run. So, refactor ALL the secret and nonce leak detection code into helper functions to reduce code duplication.
#56 made it obvious there is a lot of duplicated lines of code to detect secret and nonce leaks and to abort the run.
So, refactor ALL the secret and nonce leak detection code into helper functions to reduce code duplication.