35 lines
623 B
ReStructuredText
35 lines
623 B
ReStructuredText
.. libemsha documentation master file, created by
|
|
sphinx-quickstart on Tue Dec 15 23:35:10 2015.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
libemsha
|
|
========
|
|
|
|
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 <http://spinroot.com/gerard/pdf/P10.pdf>`_ rules.
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
building
|
|
intro
|
|
hash
|
|
sha256
|
|
hmac
|
|
misc
|
|
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|