Improved SHA256 Signature Extraction#409
Improved SHA256 Signature Extraction#409ExtremeFiretop merged 1 commit intoExtremeFiretop:WebFunfrom
Conversation
Code improvements for extracting SHA256 signatures.
|
I took a closer look at the fix because I was wondering why the following line was now needed in the modified It turned out it was because you changed the syntax (the dots were removed from the previous call) here: After doing testing with the original code, I found that the root cause of the problem was not really with the In the end, the better fix would be to adjust the I have submitted a PR to each branch with the resulting fixes. |
Great! Thanks for double-checking and finding that the cut command was the culprit. I really appreciate the time you took to review and verify the fix! |
Of course, bud. We got each other's back when reviewing our PRs. It's a team effort always!! :>). Have a good night, bud. Sleep tight!! |
Code improvements for extracting SHA256 signatures.