mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
45 lines
1.9 KiB
Plaintext
45 lines
1.9 KiB
Plaintext
/*
|
|
* Copyright (C) 2018 Southern Storm Software, Pty Ltd.
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
* copy of this software and associated documentation files (the "Software"),
|
|
* to deal in the Software without restriction, including without limitation
|
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
* and/or sell copies of the Software, and to permit persons to whom the
|
|
* Software is furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included
|
|
* in all copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
* DEALINGS IN THE SOFTWARE.
|
|
*/
|
|
|
|
/**
|
|
\file mainpage.dox
|
|
\mainpage
|
|
|
|
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.
|
|
|
|
See the main \ref crypto "documentation page" for 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 <a href="https://github.com/rweather/arduino-projects">repository</a>
|
|
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
|
|
<a href="mailto:rhys.weatherley@gmail.com">email</a>.
|
|
|
|
*/
|