mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Update CC readme
This commit is contained in:
@ -22,13 +22,15 @@ The `IDE/CRYPTOCELL/main.c` example application provides a function to run the s
|
|||||||
- SHA-256
|
- SHA-256
|
||||||
- AES CBC
|
- AES CBC
|
||||||
- CryptoCell 310 RNG
|
- CryptoCell 310 RNG
|
||||||
- RSA sign/verify and RSA key gen
|
- RSA sign/verify and RSA key gen (2048 bit in PKCSv1.5 padding mode)
|
||||||
- RSA encrypt/decrypt
|
- RSA encrypt/decrypt
|
||||||
- ECC sign/verify/shared secret
|
- ECC sign/verify/shared secret
|
||||||
- ECC key import/export and key gen pairs
|
- ECC key import/export and key gen pairs
|
||||||
- Hardware RNG
|
- Hardware RNG
|
||||||
- RTC for benchmark timing source
|
- RTC for benchmark timing source
|
||||||
|
|
||||||
|
Note: All Cryptocell features are not supported. The wolfcrypt RSA API allows import and export of Private/Public keys in DER format. However, this is not possible keys generated with Cryptocell because the reconstruction of the imported keys has not been implemented.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
### Setting up Nordic SDK with wolfSSL
|
### Setting up Nordic SDK with wolfSSL
|
||||||
1. Download the wolfSSL source code or a zip file from GitHub and place it under your SDK `InstallFolder/external/` directory. You can also copy or simlink to the source.
|
1. Download the wolfSSL source code or a zip file from GitHub and place it under your SDK `InstallFolder/external/` directory. You can also copy or simlink to the source.
|
||||||
|
Reference in New Issue
Block a user