daknuett / cryptosuite2

Cryptographic suite for Arduino (SHA, HMAC-SHA)
GNU General Public License v3.0
25 stars 8 forks source link
arduino-library hmac hmac-sha256 sha256 x86

Cryptosuite2


.. contents::

Links

What Is Cryptosuite2?

Cryptosuite2 is a (more or less) drop in replacement for https://github.com/Cathedrow/Cryptosuite. It currently provides SHA256 and HMAC-SHA256.

Install

Using the ZIP for Arduino

Download the latest ZIP release from the release page <https://github.com/daknuett/cryptosuite2/releases/>_ and install it using the Arduino IDE.

Manually

Usage

Take a look at the docs <https://daknuett.github.io/cryptosuite2/usage.html>_.

Gotchas

Todos

You can ask for further features, but right now it seems like all the required stuff is running.

Contributing

Contributions are welcome!

Just add yourself in the contributors.yml file and send a pull request.

All contributions must be licensed under the GNU GPLv3. This is just because keeping track of various licenses is a pain in the ass.

Support

I can give you some assistance in general, but do not expect too much. I have a lot to do. Also I will fix bugs, but it might take a while.