emsha 1.1.0
A compact HMAC-SHA-256 C++11 library.
|
libemsha(3) "@PROJECT_VERSION@"
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.