2012-01-23 10:44:43 +01:00
|
|
|
/**
|
2018-01-23 16:36:58 +01:00
|
|
|
* \file doc_mainpage.h
|
|
|
|
*
|
|
|
|
* \brief Main page documentation file.
|
|
|
|
*/
|
|
|
|
/*
|
2015-08-06 10:59:26 +02:00
|
|
|
*
|
2019-02-22 12:23:49 +01:00
|
|
|
* Copyright (C) 2006-2019, ARM Limited, All Rights Reserved
|
2015-09-04 14:21:07 +02:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-08-06 10:59:26 +02:00
|
|
|
*
|
2015-09-04 14:21:07 +02:00
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
|
|
* not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
2015-08-06 10:59:26 +02:00
|
|
|
*
|
2015-09-04 14:21:07 +02:00
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
2015-08-06 10:59:26 +02:00
|
|
|
*
|
2015-09-04 14:21:07 +02:00
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
2015-08-06 10:59:26 +02:00
|
|
|
*
|
2015-09-04 14:21:07 +02:00
|
|
|
* This file is part of mbed TLS (https://tls.mbed.org)
|
2011-01-06 13:28:03 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2019-02-22 12:23:49 +01:00
|
|
|
* @mainpage Mbed Crypto v0.1.0 source code documentation
|
2013-09-10 16:16:50 +02:00
|
|
|
*
|
2015-01-22 17:11:05 +01:00
|
|
|
* This documentation describes the internal structure of mbed TLS. It was
|
2011-01-06 13:28:03 +01:00
|
|
|
* automatically generated from specially formatted comment blocks in
|
2015-01-22 17:11:05 +01:00
|
|
|
* mbed TLS's source code using Doxygen. (See
|
2011-01-06 13:28:03 +01:00
|
|
|
* http://www.stack.nl/~dimitri/doxygen/ for more information on Doxygen)
|
2013-09-10 16:16:50 +02:00
|
|
|
*
|
2019-02-22 12:23:49 +01:00
|
|
|
* Mbed Crypto provides an implementation of the PSA Crypto API. The library is
|
|
|
|
* comprised of a number of independent modules, listed in the \ref
|
|
|
|
* mainpage_modules "Modules section". This "Modules section" introduces the
|
|
|
|
* high-level module concepts used throughout this documentation.
|
2013-09-10 16:16:50 +02:00
|
|
|
*
|
2011-01-06 13:28:03 +01:00
|
|
|
* @section mainpage_modules Modules
|
2013-09-10 16:16:50 +02:00
|
|
|
*
|
2019-02-22 12:23:49 +01:00
|
|
|
* Mbed Crypto provides the following modules:
|
2011-01-06 13:28:03 +01:00
|
|
|
* - Random number generation
|
|
|
|
* - Hashing
|
|
|
|
* - Encryption/decryption
|
|
|
|
*
|
2013-09-10 16:16:50 +02:00
|
|
|
* Above functions are split up neatly into logical interfaces. These can be
|
2019-02-22 12:23:49 +01:00
|
|
|
* used separately to provide any of the above functions or to mix-and-match.
|
2013-09-10 16:16:50 +02:00
|
|
|
*
|
2011-01-06 13:28:03 +01:00
|
|
|
*/
|