HTTP HMAC Signer for Go
January 18, 2023 ยท View on GitHub
An implementation of the HTTP HMAC Spec in Golang.
Run tests
To run the test cases use the make command make test
Run code coverage
To get the code coverage use the make command make coverage