| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Greptile SummaryThis PR fixes two distinct HMAC signature encoding bugs and adds a hex.toBytes convenience API. The changes are well-targeted and backed by solid parameterized tests.
Confidence Score: 4/5Safe to merge — all changes are focused bug fixes with matching expected-value tests that pin the corrected behaviour. The logic is correct and the tests are self-consistent, but two real defects in the production signing/verification path are being fixed here and deserve a final sanity check before merging into a security-sensitive utility library. Files Needing Attention: No files require special attention, though a quick read of src/hmac.ts verify path is worthwhile given the nature of the changes. Reviews (1): Last reviewed commit: "fix(hmac): handle signature encodings co..." | Re-trigger Greptile |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Corrects Base64 and hex signature handling and adds a reusable hex-to-bytes API