For #156. I'm essentially just pulling the signature verification steps into their own function that can be called independently, and then having decode call that new function rather than duplicating everything. I'm certainly not set on verify_sig as a function name, if you have suggestions.
For #156. I'm essentially just pulling the signature verification steps into their own function that can be called independently, and then having
decode
call that new function rather than duplicating everything. I'm certainly not set onverify_sig
as a function name, if you have suggestions.