blob: 2a637d1b20261390ef70275f4d118efb3a3a19e5 [file] [log] [blame]
Paul Bakker3c18a832012-01-23 09:44:43 +00001/**
Jaeden Amero25facdd2018-01-23 15:36:58 +00002 * \file doc_mainpage.h
3 *
4 * \brief Main page documentation file.
5 */
6/*
Manuel Pégourié-Gonnard8119dad2015-08-06 10:59:26 +02007 *
Jaeden Amero32577732019-02-22 11:23:49 +00008 * Copyright (C) 2006-2019, ARM Limited, All Rights Reserved
Manuel Pégourié-Gonnard37ff1402015-09-04 14:21:07 +02009 * SPDX-License-Identifier: Apache-2.0
10 *
11 * Licensed under the Apache License, Version 2.0 (the "License"); you may
12 * not use this file except in compliance with the License.
13 * You may obtain a copy of the License at
14 *
15 * http://www.apache.org/licenses/LICENSE-2.0
16 *
17 * Unless required by applicable law or agreed to in writing, software
18 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
19 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 * See the License for the specific language governing permissions and
21 * limitations under the License.
Manuel Pégourié-Gonnard8119dad2015-08-06 10:59:26 +020022 *
23 * This file is part of mbed TLS (https://tls.mbed.org)
Paul Bakker37ca75d2011-01-06 12:28:03 +000024 */
25
26/**
Jaeden Amero32577732019-02-22 11:23:49 +000027 * @mainpage Mbed Crypto v0.1.0 source code documentation
Paul Bakkerdcbfdcc2013-09-10 16:16:50 +020028 *
Manuel Pégourié-Gonnardb4fe3cb2015-01-22 16:11:05 +000029 * This documentation describes the internal structure of mbed TLS. It was
Paul Bakker37ca75d2011-01-06 12:28:03 +000030 * automatically generated from specially formatted comment blocks in
Manuel Pégourié-Gonnardb4fe3cb2015-01-22 16:11:05 +000031 * mbed TLS's source code using Doxygen. (See
Paul Bakker37ca75d2011-01-06 12:28:03 +000032 * http://www.stack.nl/~dimitri/doxygen/ for more information on Doxygen)
Paul Bakkerdcbfdcc2013-09-10 16:16:50 +020033 *
Jaeden Amero32577732019-02-22 11:23:49 +000034 * Mbed Crypto provides an implementation of the PSA Crypto API. The library is
35 * comprised of a number of independent modules, listed in the \ref
36 * mainpage_modules "Modules section". This "Modules section" introduces the
37 * high-level module concepts used throughout this documentation.
Paul Bakkerdcbfdcc2013-09-10 16:16:50 +020038 *
Paul Bakker37ca75d2011-01-06 12:28:03 +000039 * @section mainpage_modules Modules
Paul Bakkerdcbfdcc2013-09-10 16:16:50 +020040 *
Jaeden Amero32577732019-02-22 11:23:49 +000041 * Mbed Crypto provides the following modules:
Paul Bakker37ca75d2011-01-06 12:28:03 +000042 * - Random number generation
43 * - Hashing
44 * - Encryption/decryption
45 *
Paul Bakkerdcbfdcc2013-09-10 16:16:50 +020046 * Above functions are split up neatly into logical interfaces. These can be
Jaeden Amero32577732019-02-22 11:23:49 +000047 * used separately to provide any of the above functions or to mix-and-match.
Paul Bakkerdcbfdcc2013-09-10 16:16:50 +020048 *
Paul Bakker37ca75d2011-01-06 12:28:03 +000049 */