forked from Cathedrow/Cryptosuite
-
Notifications
You must be signed in to change notification settings - Fork 1
manutenfruits/Arduino-SHA-256
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a trimmed-down version of Peter Knight's excellent Cryptosuite library for Arduino, supporting secure hashing and hashed message authentication using SHA-256 and HMAC-SHA-256. To help fit complex applications within the limited code space of the Arduino, this version strips out the SHA-1 functionality -- it wasn't required for my OpenSesame code. https://github.com/Cathedrow/Cryptosuite The original also contains a test suite and further exposition on the use of hash functions. Installation: Make a 'libraries' directory with your Arduino folder if you do not already have one. Rename this folder 'Sha' and move it into that directory. Restart Arduino IDE to rescan for new libraries.
About
Cryptographic suite for Arduino (SHA, HMAC-SHA)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 100.0%