Commit Graph

6 Commits

Author SHA1 Message Date
h5p9sl 40b57c71fc Use more CMake functionality
Use CTest and create tests/ subdir
Use CMake to optionally build examples
Add .gitignore
2022-04-12 19:05:28 -06:00
h5p9sl bbdfaac381 Add C example, and remove SIZEOFARRAY macro 2021-11-02 01:57:43 -06:00
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
h5p9sl 79a57d2a85 Clean up code, add examples 2020-12-31 22:28:27 -07:00