Mbed Crypto 0.1.0a
Pre-release
Pre-release
Patater
released this
06 Aug 15:37
·
12685 commits
to development
since this release
Overview
The Mbed cryptography library is a reference implementation of the cryptography interface of the Arm Platform Security (PSA) architecture. This is a preview release of Mbed Crypto, provided for evaluation purposes only. As this is an alpha and evaluation release, APIs are under development and subject to change based on feedback.
Features
Mbed Crypto 0.1.0a provides the following features:
- Opaque key handles through key slots
- Key slot configuration and management
- Hashes -
psa_hash_xxx()
functions - MAC -
psa_mac_xxx()
functions - Symmetric ciphers -
psa_cipher_xxx()
functions - Authenticated encryption (AEAD) -
psa_aead_xxx()
functions - Asymmetric cryptography -
psa_asymmetric_xxx()
functions - Random number generation -
psa_generate_random()
function - Key derivation -
psa_key_derivation()
function