mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
21 lines
886 B
Markdown
21 lines
886 B
Markdown
|
|
Arduino Cryptography Library
|
|
============================
|
|
|
|
This distribution contains a libraries and example applications to perform
|
|
cryptography operations on Arduino devices. They are distributed under the
|
|
terms of the MIT license.
|
|
|
|
The [documentation](http://rweather.github.com/arduinolibs/crypto.html)
|
|
contains more information on the libraries and examples.
|
|
|
|
This repository used to contain a number of other examples and libraries
|
|
for other areas of Arduino functionality but most users are only interested
|
|
in the cryptography code. The other projects have been moved to a
|
|
separate [repository](https://github.com/rweather/arduino-projects) and
|
|
only the cryptography code remains in this repository.
|
|
|
|
For more information on these libraries, to report bugs, or to suggest
|
|
improvements, please contact the author Rhys Weatherley via
|
|
[email](mailto:rhys.weatherley@gmail.com).
|