Software backend for the cryptography library based on micro-ecc. More...
Modules |
|
| micro-ecc backend ECDSA types. | |
|
Provides types required for micro_ecc backend ECDSA.
|
|
| micro-ecc backend initialization types. | |
|
Provides types required for CC310 backend initialization.
|
|
| micro-ecc backend ECC key types. | |
|
Provides types required for CC310 backend ECC keys.
|
|
| micro-ecc backend shared functions. | |
|
Provides shared functions required for micro_ecc backend.
|
|
| Software-based hashing using sha256 | |
|
Macros for type sizes in nrf_crypt SW backend.
|
|
| Random Number Generation using nrf_drv_rng | |
|
Macros for type sizes for RNG in nrf_crypto backend.
|
|
Detailed Description
Software backend for the cryptography library based on micro-ecc.
The Software backend uses the external micro-ecc library. Make sure to install the library if you use this backend. See Software backend (micro-ecc) for details.
Hashing and random number generation must be enabled separately.