Skip to content

KerronManwaring/Arduino-SHA-256

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

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

No packages published

Languages

  • C++ 100.0%