Commit Graph

15 Commits

Author SHA1 Message Date
h5p9sl 4189b1de64 Format code using clang-format
Use malloc instead of VLAs (C99). Fixes #3
2021-08-18 16:39:37 -06:00
h5p9sl 197a2b309a Add return values, clean code & update README
hmac_sha256 returns resulting hash length
Use static functions
Use `size_t` type
Add more test vectors
Update README.md
2021-04-21 14:00:38 -06:00
Tyler 27ae5164c0
Update tests.cpp 2021-03-09 13:30:45 +00:00
Tyler c497f0753f
Update README.md 2020-12-31 22:38:03 -07:00
Tyler 6629a558b6
Update README.md 2020-12-31 22:32:35 -07:00
h5p9sl 79a57d2a85 Clean up code, add examples 2020-12-31 22:28:27 -07:00
Tyler 76ac6669de
Update README.md 2020-01-15 23:21:00 -07:00
h5p9sl 6eae3bc0dc Change unsigned to size_t 2019-10-12 02:01:43 -06:00
h5p9sl a9cfd5e8f6 Improve example code 2019-10-12 01:49:43 -06:00
h5p9sl fec119781d Fix indent typo 2019-10-12 01:26:14 -06:00
h5p9sl f019cf555d Update README 2019-07-08 00:12:02 -06:00
h5p9sl 2496197cef Merge branch 'master' of https://www.github.com/h5p9sl/hmac_sha256 2019-07-04 20:27:37 -06:00
h5p9sl a226e06629 Add C++ compatibility 2019-07-04 20:27:00 -06:00
Tyler e07a91db02
Create README.md 2019-07-04 20:25:55 -06:00
h5p9sl 4b4161b6c8 Initial Commit 2019-05-19 21:43:18 -06:00