Hi, Can we use ECC encryption for encrypt the advertising data in application level.
Hi, Can we use ECC encryption for encrypt the advertising data in application level.
The bootloader's cryptography library supports ECDSA (Elliptic Curve Digital Signature Algorithm) and ECDH (Elliptic Curve Diffie-Hellmann) which can be used to sign and encrypt data respectively.
-Bjørn