Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
TF-PSA-Crypto/BRANCHES.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15 lines (12 sloc)
857 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The TF-PSA-Crypto repository contains two maintained branches: | |
- [`development`](https://github.com/Mbed-TLS/TF-PSA-Crypto/tree/development) | |
- [`main`](https://github.com/Mbed-TLS/TF-PSA-Crypto) | |
The development of the TF-PSA-Crypto repository code occurs on the development | |
branch. No cryptography code development occurs on this branch though. The | |
development branch just contains a framework, a CMake build system and scripts | |
to integrate the Mbed TLS implementation of the PSA cryptography API into this | |
repository. The main branch commits are the results of such integrations (see | |
docs/architecture/tf-psa-crypto-repository.md for more information). | |
The TF-PSA-Crypto repository provides an implementation of the PSA cryptography | |
API through its main branch. The main branch is updated regularly against the | |
head of the Mbed TLS development branch. |