------------- Introduction ------------- This library is an MIT-licensed compact HMAC-SHA-256 C++11 library designed for embedded systems. It is built following the JPL `Power of Ten `_ rules. This library came about as a result of a need for a standalone SHA-256 library for an embedded system. The original goal was to implement a wrapper around the code extracted from `RFC 6234 `_; instead a standalone implementation was decided on. Additional resources: + `Github page `_ + `Travis CI status `_ + `Coverity Scan page `_